Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-06-07 20:26:19 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-06-07 20:26:19 +0300
commit6ca8668f13b0c88ebc9eaad9eca20161fc925e4b (patch)
tree5f905ea84fcce08d6b3396c419aa0c2d838777cb /doc/topics
parente4027a746cdf474671319d236f12ed3676ef3d22 (diff)
Link option descriptions
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 1211529b8f7..cf85187a570 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -241,9 +241,9 @@ You can change the deployment strategy used by Auto DevOps from within the UI.
The available options are:
* Continuous deployment to production
- * This enables Auto Deploy - https://docs.gitlab.com/ee/topics/autodevops/#auto-deploy
+ * This enables [Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/#auto-deploy)
* Automatic deployment to staging, manual deployment to production
- * The user is responsible for deploying to staging and production - https://docs.gitlab.com/ce/ci/environments.html#manually-deploying-to-environments
+ * The user is responsible for [deploying to staging and production](https://docs.gitlab.com/ce/ci/environments.html#manually-deploying-to-environments)
## Stages of Auto DevOps