diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-22 09:59:38 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-22 09:59:38 +0000 |
commit | 88ac4ad5ca568889786161b124db481fc1cda374 (patch) | |
tree | d84bf0d60148b1459c08a70fd9695715f3a91a1d /doc/administration | |
parent | f0fc635ddf7c83115d486ae826fe0f0a42044739 (diff) | |
parent | 04fff5cd8f4322ddc7729715dcc8098fb5211b24 (diff) | |
download | gitlab-ce-88ac4ad5ca568889786161b124db481fc1cda374.tar.gz |
Merge branch '20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-feature' into 'master'
Update documentation according to the new multiple git mount points feature
Closes #20107
See merge request !5411
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/repository_storages.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/repository_storages.md b/doc/administration/repository_storages.md index 81bfe173151..fd2b4f00960 100644 --- a/doc/administration/repository_storages.md +++ b/doc/administration/repository_storages.md @@ -1,7 +1,8 @@ # Repository storages GitLab allows you to define repository storage paths to enable distribution of -storage load between several mount points. +storage load between several mount points. You can choose where new projects are +stored via the `Application Settings` in the Admin interface. ## For installations from source |