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:
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r--doc/administration/uploads.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md
index d8f82f13875..6259304d68e 100644
--- a/doc/administration/uploads.md
+++ b/doc/administration/uploads.md
@@ -52,7 +52,7 @@ _The uploads are stored by default in
base_dir: uploads
```
-1. Save the file and [restart GitLab](restart_gitlab.md#installations-from-source) for the changes to take effect.
+1. Save the file and [restart GitLab](restart_gitlab.md#self-compiled-installations) for the changes to take effect.
## Using object storage **(FREE SELF)**
@@ -134,5 +134,5 @@ _The uploads are stored by default in
region: eu-central-1
```
-1. Save the file and [restart GitLab](restart_gitlab.md#installations-from-source) for the changes to take effect.
+1. Save the file and [restart GitLab](restart_gitlab.md#self-compiled-installations) for the changes to take effect.
1. Migrate any existing local uploads to the object storage with the [`gitlab:uploads:migrate:all` Rake task](raketasks/uploads/migrate.md).