summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 14:30:37 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 14:30:37 +0000
commitd0787791743758689f1db95d51db1eb73b594f29 (patch)
tree035734f61a32d105ae6b8928addfad5f49125fe0 /doc/README.md
parent239d2a7b8b84ee73851d33bc9ada8c99afb9c487 (diff)
parentd8f33c0a51d9106ece6cd4bae469e40734e05f85 (diff)
downloadgitlab-ce-d0787791743758689f1db95d51db1eb73b594f29.tar.gz
Merge branch 'docs/refactor-operations' into 'master'
Move operations/ to new location ## What does this MR do? Move operations/ to new location. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6519
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index effd92b43df..42ee44f83dc 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -35,7 +35,7 @@
- [Libravatar](customization/libravatar.md) Use Libravatar instead of Gravatar for user avatars.
- [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.
+- [Operations](administration/operations.md) Keeping GitLab up and running.
- [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
- [Repository checks](administration/repository_checks.md) Periodic Git repository checks.
- [Repository storages](administration/repository_storages.md) Manage the paths used to store repositories.