aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/pages/me.md2
-rw-r--r--layouts/partials/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/me.md b/content/pages/me.md
index b62324e..35e8988 100644
--- a/content/pages/me.md
+++ b/content/pages/me.md
@@ -16,7 +16,7 @@ title = 'Обо мне'
# Другие ссылки
-- [Мой git](https://git.neonxp.ru/neonxp)
+- [Мой git](https://git.neonxp.ru/)
- [Мои Go пакеты](https://go.neonxp.ru)
- [Хранилище ссылок](https://links.neonxp.ru)
- [Telegram Канал](https://t.me/neonxplog)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f520850..226a448 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,7 +5,7 @@
</li>
</ul>
<ul>
- <li><a href="https://git.neonxp.ru/neonxp/blog">Исходный код</a></li>
+ <li><a href="https://git.neonxp.ru/blog.git">Исходный код</a></li>
<li><a href="mailto:i@neonxp.ru" rel="me">Электропочта</a></li>
<li><a href="https://neonxp.ru/posts/index.xml">РСС</a></li>
</ul>