diff --git a/README.md b/README.md index 38a5c90..4cd1131 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Клонируем репозиторий -```$ git clone https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git ~/blog``` +```$ git clone https://gitea.zlinux.ru/zloy_linux/blog.zlinux.ru.git ~/blog``` переходим в директорию нашего блога diff --git a/config.toml b/config.toml index 236d096..7d2c75d 100644 --- a/config.toml +++ b/config.toml @@ -226,7 +226,7 @@ enable_csp = false #] -remote_repository_url = "https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git" +remote_repository_url = "https://gitea.zlinux.ru/zloy_linux/blog.zlinux.ru.git" remote_repository_git_platform = "auto" remote_repository_branch = "main" show_remote_changes = true @@ -262,7 +262,7 @@ menu = [ { name = "articles", url = "articles", trailing_slash = true }, { name = "tags", url = "tags", trailing_slash = true }, { name = "archive", url = "archive", trailing_slash = true }, - { name = "git", url = "https://gitea.zlinux.ru/gitea/zloy_linux", trailing_slash = true }, + { name = "git", url = "https://gitea.zlinux.ru/zloy_linux", trailing_slash = true }, ] feed_icon = true