diff options
-rw-r--r-- | _notes/latex.md | 2 |
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} ``` |