diff options
author | Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com> | 2020-07-03 06:29:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 12:29:45 +0200 |
commit | 04f300064651acf8a3e7721eb95bf2f7337a07b1 (patch) | |
tree | f2eaf3e0932d1ff1b331a054ed4b0a73ec786dd6 | |
parent | f3eba3c48298d00ba098be3160c9fc9319bfe465 (diff) | |
download | spack-04f300064651acf8a3e7721eb95bf2f7337a07b1.tar.gz spack-04f300064651acf8a3e7721eb95bf2f7337a07b1.tar.bz2 spack-04f300064651acf8a3e7721eb95bf2f7337a07b1.tar.xz spack-04f300064651acf8a3e7721eb95bf2f7337a07b1.zip |
Pipelines doc: fixed two broken links (#17355)
-rw-r--r-- | lib/spack/docs/pipelines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/pipelines.rst b/lib/spack/docs/pipelines.rst index 34ff9cfc6d..342024d94c 100644 --- a/lib/spack/docs/pipelines.rst +++ b/lib/spack/docs/pipelines.rst @@ -82,9 +82,9 @@ or Amazon Elastic Kubernetes Service (`EKS <https://aws.amazon.com/eks>`_), thou topics are outside the scope of this document. Spack's pipelines are now making use of the -`trigger <https://docs.gitlab.com/12.9/ee/ci/yaml/README.html#trigger>` syntax to run +`trigger <https://docs.gitlab.com/12.9/ee/ci/yaml/README.html#trigger>`_ syntax to run dynamically generated -`child pipelines <https://docs.gitlab.com/12.9/ee/ci/parent_child_pipelines.html>`. +`child pipelines <https://docs.gitlab.com/12.9/ee/ci/parent_child_pipelines.html>`_. Note that the use of dynamic child pipelines requires running Gitlab version ``>= 12.9``. |