summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-06-13 12:24:01 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-06-13 12:24:01 +0000
commite8ebc1b6374464586269fcc8f5a025934eac8294 (patch)
tree17eef37f8bfd15935106200777b0ee5a17dd0907
parent0587fe725651d388526ff91fe609a787248129d9 (diff)
parente489e9a58534b7f71085048747e12d6223d1cb1e (diff)
downloadgitlab-ce-e8ebc1b6374464586269fcc8f5a025934eac8294.tar.gz
Merge branch 'move-logs-doc-to-administration' into 'master'
Change logs.md location in README ## What does this MR do? Forgotten link from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4622 See merge request !4623
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index d1345ab2493..5d89d0c9821 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -28,7 +28,7 @@
- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, Twitter.
- [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
- [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
-- [Log system](logs/logs.md) Log system.
+- [Log system](administration/logs.md) Log system.
- [Environment Variables](administration/environment_variables.md) to configure GitLab.
- [Operations](operations/README.md) Keeping GitLab up and running
- [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.