diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-04 12:57:07 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-04 13:06:26 +0300 |
commit | c3ed78a4edf400e597803d91bb3afede4682afd7 (patch) | |
tree | 7a0b4731e63afd7e14633bb1aa9195a6ca75215c /doc/ci/README.md | |
parent | 95e5b4634db48656317242e2691388f68e8dcd37 (diff) | |
download | gitlab-ce-c3ed78a4edf400e597803d91bb3afede4682afd7.tar.gz |
Refactor build artifacts documentation
- Split user and admin documentation
- Use new location paths
- Add new Continuous Integration guide for the Admin area
- Link to new guide from the Admin area
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index 0833027f91d..10ce4ac8940 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -14,7 +14,7 @@ - [Use variables in your `.gitlab-ci.yml`](variables/README.md) - [Use SSH keys in your build environment](ssh_keys/README.md) - [Trigger builds through the API](triggers/README.md) -- [Build artifacts](build_artifacts/README.md) +- [Build artifacts](../user/project/builds/artifacts.md) - [User permissions](../user/permissions.md#gitlab-ci) - [API](../api/ci/README.md) - [CI services (linked docker containers)](services/README.md) |