diff --git a/doc/source/airship2/baremetal.rst b/doc/source/airship2/baremetal.rst index 1cdef81..9a7eb7c 100644 --- a/doc/source/airship2/baremetal.rst +++ b/doc/source/airship2/baremetal.rst @@ -77,6 +77,6 @@ Airshipctl manifests can be found as release tags in the `Airshipctl Releases`_. recommended for deployments instead of using the master branch directly. .. _Airship in Baremetal Environment: - https://jenkins.nc.opensource.att.com/job/Deployment/job/stl3-type-core + https://jenkins.nc.opensource.att.com/job/Deployment/job/STL3-Baremetal_Deployment .. _Airship in Virtualized Environment: - https://jenkins.nc.opensource.att.com/job/development/job/Airshipctl + https://jenkins.nc.opensource.att.com/job/development/job/AirshipCtl/job/Airshipctl diff --git a/doc/source/airship2/site-deployment.rst b/doc/source/airship2/site-deployment.rst index eb3ff68..0eadc58 100644 --- a/doc/source/airship2/site-deployment.rst +++ b/doc/source/airship2/site-deployment.rst @@ -169,7 +169,7 @@ To create or modify a context in the airshipctl config files, Full details on the ``config`` command can be found here_. -.. _here: https://docs.airshipit.org/airshipctl/cli/airshipctl_config.html +.. _here: https://docs.airshipit.org/airshipctl/cli/config/airshipctl_config.html .. _gen_secrets: diff --git a/doc/source/develop/api-conventions.rst b/doc/source/develop/api-conventions.rst index 31d8e09..520176a 100644 --- a/doc/source/develop/api-conventions.rst +++ b/doc/source/develop/api-conventions.rst @@ -347,5 +347,5 @@ Success message example:: "code": 200 } -.. _Kubernetes standard for error representation: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#response-status-kind +.. _Kubernetes standard for error representation: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#response-status-kind .. _HTTP status code: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html \ No newline at end of file diff --git a/doc/source/develop/code-conventions.rst b/doc/source/develop/code-conventions.rst index 3878513..32cd930 100644 --- a/doc/source/develop/code-conventions.rst +++ b/doc/source/develop/code-conventions.rst @@ -351,4 +351,4 @@ prevail. .. _Shellcheck: https://github.com/koalaman/shellcheck .. _OCI image annotations standard: https://github.com/opencontainers/image-spec/blob/master/annotations.md#annotations .. _Airship Multiple Linux Distribution Support: https://airship-specs.readthedocs.io/en/latest/specs/1.x/approved/airship_multi_linux_distros.html#container-builds -.. _example Dockerfile: https://opendev.org/airship/images/src/branch/master/image-builder/Dockerfile.ubuntu_focal +.. _example Dockerfile: https://opendev.org/airship/images/src/branch/master/bootstrap_capo/Dockerfile