summaryrefslogtreecommitdiff
path: root/doc/ci/pipelines.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-15 19:27:40 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-15 19:27:40 +0100
commitf2ed14458c539e3c8276799620c4e6a29a500f76 (patch)
tree90e3ebffa7d8cc11fb65a23cacaeb11f2defaa63 /doc/ci/pipelines.md
parent88132258d66ca955b0e9bd93d4ee8dc12cc54537 (diff)
downloadgitlab-ce-f2ed14458c539e3c8276799620c4e6a29a500f76.tar.gz
Fix most of broken docs links
[ci skip]
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r--doc/ci/pipelines.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 3134405e10b..9d294240d9d 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -21,7 +21,7 @@ There are three types of pipelines that often use the single shorthand of "pipel
1. **CI Pipeline**: Build and test stages defined in `.gitlab-ci.yml`
2. **Deploy Pipeline**: Deploy stage(s) defined in `.gitlab-ci.yml` The flow of deploying code to servers through various stages: e.g. development to staging to production
-3. **Project Pipeline**: Cross-project CI dependencies [triggered via API]((triggers)), particularly for micro-services, but also for complicated build dependencies: e.g. api -> front-end, ce/ee -> omnibus.
+3. **Project Pipeline**: Cross-project CI dependencies [triggered via API][triggers], particularly for micro-services, but also for complicated build dependencies: e.g. api -> front-end, ce/ee -> omnibus.
## Development Workflows
@@ -99,3 +99,4 @@ respective link in the [Pipelines settings] page.
[stages]: yaml/README.md#stages
[runners]: runners/README.html
[pipelines settings]: ../user/project/pipelines/settings.md
+[triggers]: triggers/README.md