summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-18 17:46:13 +0000
committerStan Hu <stanhu@gmail.com>2018-10-18 17:46:13 +0000
commit5992168087ac1da42ac5c3add96db914eb8f2d16 (patch)
treeb9873407afe5bc59d02c278fcc6d107aedf28be7 /doc
parent41433157c028f5bcb5ac9e3911d9a26defea9801 (diff)
parenta9c0d688f2f7fcf6481e9ddd42497d54d1962cec (diff)
downloadgitlab-ce-5992168087ac1da42ac5c3add96db914eb8f2d16.tar.gz
Merge branch 'fix-repocheck-doc-heading-link' into 'master'
repository check doc: fix a broken link See merge request gitlab-org/gitlab-ce!22444
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/repository_checks.md2
1 files changed, 1 insertions, 1 deletions
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