aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_notes/latex.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:15:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:15:56 +0300
commite7fec9826d8fb740b3af362e9d2572bafbcee886 (patch)
tree8c096bf0cb9a2a9bc576a2c3f1a46849653e966e /_notes/latex.md
parentfix typos (diff)
downloadblog-e7fec9826d8fb740b3af362e9d2572bafbcee886.tar.gz
blog-e7fec9826d8fb740b3af362e9d2572bafbcee886.zip
latex: fix repository link
Diffstat (limited to '')
-rw-r--r--_notes/latex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_notes/latex.md b/_notes/latex.md
index ab53754..2e070b5 100644
--- a/_notes/latex.md
+++ b/_notes/latex.md
@@ -31,7 +31,7 @@ A more-or-less complete, but still very basic LaTeX document follows.
\begin{document}
Привет, \LaTeX!
-Ссылка на репозиторий: \href{https://github.com/egor-tensin/notes}{https://github.com/egor-tensin/notes}.
+Ссылка на репозиторий: \href{https://github.com/egor-tensin/blog}{https://github.com/egor-tensin/blog}.
\end{document}
```