Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Myers <gmyers@gitlab.com>2019-04-10 09:07:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-10 09:07:03 +0300
commit790cb86b187b7a937e4d83f8e29e6b7ed75ebaef (patch)
tree8d3ccbbe4d9a8f2c500be39995eb1807c422126b /doc/administration/housekeeping.md
parent9d7ff90d9a7bd9dbe9184c9588510f247877274f (diff)
Update housekeeping docs to match UI
Correct screenshot and menu location on housekeeping docs
Diffstat (limited to 'doc/administration/housekeeping.md')
-rw-r--r--doc/administration/housekeeping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md
index 058346df56d..1b01419e062 100644
--- a/doc/administration/housekeeping.md
+++ b/doc/administration/housekeeping.md
@@ -30,7 +30,7 @@ the `pushes_since_gc` value is 200 a `git gc` will be run.
`git add`.
- `git repack` ([man page][man-repack]) re-organize existing packs into a single, more efficient pack.
-You can find this option under your **[Project] > Edit Project**.
+You can find this option under your project's **Settings > General > Advanced**.
---