diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-16 03:36:06 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-16 03:36:06 +0000 |
commit | 7dd27adc266fb20ab86cde5747694ca9b1b2971b (patch) | |
tree | e679ec4448c6cadcfca458e71814f028c3ac8b1e /doc | |
parent | 569ede33ded911bd99544b1f2b74d7d03a517f74 (diff) | |
download | gitlab-ce-7dd27adc266fb20ab86cde5747694ca9b1b2971b.tar.gz |
Remove indentation from list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/directed_acyclic_graph/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/directed_acyclic_graph/index.md b/doc/ci/directed_acyclic_graph/index.md index 2f000719c04..e54be9f3bd9 100644 --- a/doc/ci/directed_acyclic_graph/index.md +++ b/doc/ci/directed_acyclic_graph/index.md @@ -72,5 +72,5 @@ giving your powerful options for parallelization within your pipeline. A directed acyclic graph is a complicated feature, and as of the initial MVC there are certain use cases that you may need to work around. For more information: - - [`needs` requirements and limitations](../yaml/README.md#requirements-and-limitations). - - Related epic [gitlab-org#1716](https://gitlab.com/groups/gitlab-org/-/epics/1716). +- [`needs` requirements and limitations](../yaml/README.md#requirements-and-limitations). +- Related epic [gitlab-org#1716](https://gitlab.com/groups/gitlab-org/-/epics/1716). |