diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-27 04:17:02 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-27 04:17:02 +0000 |
commit | 8b42fe3b915512344d6ebb906983a77cad7cf6e2 (patch) | |
tree | 1cea470e63105f48e03f20487df7e98cc2e584bd /doc/README.md | |
parent | 5f0908bead7309354ae8d513ef85fb042ecd6b0a (diff) | |
download | gitlab-ce-8b42fe3b915512344d6ebb906983a77cad7cf6e2.tar.gz |
Docs: Fix more anchors, mostly pipeline related
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index ecc214d97c8..aead50ea97e 100644 --- a/doc/README.md +++ b/doc/README.md @@ -222,7 +222,7 @@ The following documentation relates to the DevOps **Verify** stage: |:---------------------------------------------------|:-----------------------------------------------------------------------------| | [GitLab CI/CD](ci/README.md) | Explore the features and capabilities of Continuous Integration with GitLab. | | [JUnit test reports](ci/junit_test_reports.md) | Display JUnit test reports on merge requests. | -| [Pipeline Graphs](ci/pipelines.md#pipeline-graphs) | Visualize builds. | +| [Pipeline Graphs](ci/pipelines.md#visualizing-pipelines) | Visualize builds. | | [Review Apps](ci/review_apps/index.md) | Preview changes to your application right from a merge request. | <div align="right"> |