summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 10:44:27 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 10:44:27 +0100
commit49233288eaaabaa7ab05a96fa25c2c411429fffa (patch)
tree6fdc90a0b7ad5cde49c8f8e3eea3abcdefbcf061
parent3e65fa5424ea53474cbd0a988b590598d86e41bc (diff)
downloadgitlab-ce-49233288eaaabaa7ab05a96fa25c2c411429fffa.tar.gz
Fix wording and appearance on build artifacts documentation
[ci skip]
-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.
---