diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-12-01 12:13:48 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-12-01 12:13:48 +0100 |
commit | 41a0dd5c052d8db8286d028a5bca56da65108ed6 (patch) | |
tree | e3eaeb330c3ff6058c2b9c89807a9cac901321f7 /doc | |
parent | 2adc6568a6f94b2844c95a0b699a0be9bb8980d1 (diff) | |
download | gitlab-ce-41a0dd5c052d8db8286d028a5bca56da65108ed6.tar.gz |
Fix wrong link in builds artifacts admin docs
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/build_artifacts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/build_artifacts.md b/doc/administration/build_artifacts.md index 64353f7282b..3ba8387c7f0 100644 --- a/doc/administration/build_artifacts.md +++ b/doc/administration/build_artifacts.md @@ -84,7 +84,7 @@ _The artifacts are stored by default in ## Set the maximum file size of the artifacts Provided the artifacts are enabled, you can change the maximum file size of the -artifacts through the [Admin area settings](../user/admin_area/settings/continuous_integration#maximum-artifacts-size). +artifacts through the [Admin area settings](../user/admin_area/settings/continuous_integration.md#maximum-artifacts-size). [reconfigure gitlab]: restart_gitlab.md "How to restart GitLab" [restart gitlab]: restart_gitlab.md "How to restart GitLab" |