summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 09:46:02 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 09:46:02 +0000
commit3695aace93518507063df8c4b9d4dbe42a518cf3 (patch)
tree6d4f54c7c776e2b6a473aed48174f8b3edddfc97
parentf49a5940790719a4fa8898972069c1c9f835a99a (diff)
parent49233288eaaabaa7ab05a96fa25c2c411429fffa (diff)
downloadgitlab-ce-3695aace93518507063df8c4b9d4dbe42a518cf3.tar.gz
Merge branch 'fix_build_artifacts_doc' into 'master'
Fix wording and appearance on build artifacts documentation See merge request !2550
-rw-r--r--doc/ci/build_artifacts/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ci/build_artifacts/README.md b/doc/ci/build_artifacts/README.md
index b02caa9edff..61418cef2c6 100644
--- a/doc/ci/build_artifacts/README.md
+++ b/doc/ci/build_artifacts/README.md
@@ -13,13 +13,11 @@ ability of downloading the files separately.
## Enabling build artifacts
-If you are searching for ways to use the artifacts feature, jump to
-[Defining artifacts in `.gitlab-ci.yml`](#defining-artifacts-in-gitlab-ciyml).
+_If you are searching for ways to use artifacts, jump to
+[Defining artifacts in `.gitlab-ci.yml`](#defining-artifacts-in-gitlab-ciyml)._
The artifacts feature is enabled by default in all GitLab installations.
-
-If by any chance you want to disable the artifacts feature on your GitLab
-instance, follow the steps below.
+To disable it site-wide, follow the steps below.
---