diff options
author | Christopher Kotfila <chris.kotfila@kitware.com> | 2021-10-19 10:44:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 14:44:36 +0000 |
commit | ad3525186050f11c83ec93dbb54470af3cd84b98 (patch) | |
tree | e5a2c1fe2af7d5278fd80df88fd1b94f100d610b | |
parent | 9eaccf3bbf5a827b2dd56cefbbc0fa9e5ca7db49 (diff) | |
download | spack-ad3525186050f11c83ec93dbb54470af3cd84b98.tar.gz spack-ad3525186050f11c83ec93dbb54470af3cd84b98.tar.bz2 spack-ad3525186050f11c83ec93dbb54470af3cd84b98.tar.xz spack-ad3525186050f11c83ec93dbb54470af3cd84b98.zip |
Fix trigger and child links in pipeline docs (#26814)
-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 884fe44862..cd4f70ce9f 100644 --- a/lib/spack/docs/pipelines.rst +++ b/lib/spack/docs/pipelines.rst @@ -48,9 +48,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/ee/ci/yaml/#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/ee/ci/pipelines/parent_child_pipelines.html>`_. Note that the use of dynamic child pipelines requires running Gitlab version ``>= 12.9``. |