From a9c0d688f2f7fcf6481e9ddd42497d54d1962cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 18 Oct 2018 10:03:38 +0200 Subject: [PATCH] repository check doc: fix a broken link The link to the repocheck.log section of the logs documentation was added in 7d9191eeff9 ("Small documentation reformatting and updates", 2018-04-23), but seemingly never worked. The markdown formatter turns "." into "-" in headings. See https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed which has a broken link to https://docs.gitlab.com/ee/administration/logs.html#repocheck.log linking to https://docs.gitlab.com/ee/administration/logs.html#repocheck-log instead (just change "." to "-") fixes it. --- doc/administration/repository_checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md index 715bc0cd08c..8b725e50f58 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -31,7 +31,7 @@ panel. If the repository check fails for some repository you should look up the error in `repocheck.log`: -- in the [admin panel](logs.md#repocheck.log) +- in the [admin panel](logs.md#repocheck-log) - or on disk, see: - `/var/log/gitlab/gitlab-rails` for Omnibus installations - `/home/git/gitlab/log` for installations from source