From 7f9b39fadfb8a8f129cb0f32032e0bae8b82ca55 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 21 Mar 2020 16:54:14 +0100 Subject: [PATCH] Update infra-manual location The infra-manual now lives on docs.opendev.org, update links. New location is: https://docs.opendev.org/opendev/infra-manual/latest Change-Id: Icbda007a00b4ca0bac1ccf00a093d89685db3f87 --- doc/source/preface.rst | 2 +- doc/source/release-management.rst | 2 +- doc/source/repository.rst | 4 ++-- doc/source/testing.rst | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/preface.rst b/doc/source/preface.rst index dc6cc1c..248978f 100644 --- a/doc/source/preface.rst +++ b/doc/source/preface.rst @@ -7,4 +7,4 @@ OpenStack projects, and does not cover creation of new projects, or promotion of projects to official status. For those topics, see the `Project Creator's Guide`_ from the *Infrastructure User Manual*. -.. _Project Creator's Guide: http://docs.openstack.org/infra/manual/creators.html +.. _Project Creator's Guide: https://docs.opendev.org/opendev/infra-manual/latest/creators.html diff --git a/doc/source/release-management.rst b/doc/source/release-management.rst index b01d67e..5639333 100644 --- a/doc/source/release-management.rst +++ b/doc/source/release-management.rst @@ -199,7 +199,7 @@ For more details about setting up a repository to support automated releases, see the `Project Creator's Guide`_ from the *Infrastructure User Manual*. -.. _Project Creator's Guide: https://docs.openstack.org/infra/manual/creators.html +.. _Project Creator's Guide: https://docs.opendev.org/opendev/infra-manual/latest/creators.html The tagging and releasing process is error-prone. In order to properly review diff --git a/doc/source/repository.rst b/doc/source/repository.rst index b952357..84fdf59 100644 --- a/doc/source/repository.rst +++ b/doc/source/repository.rst @@ -24,7 +24,7 @@ rename is done. The detailed steps for renaming a project are documented in the section `Project Renames -`_ +`_ of the OpenDev Manual. Retiring a Repository @@ -53,7 +53,7 @@ Steps 2-4: Remove Project from OpenDev and Retire it ---------------------------------------------------- Follow the steps about `Retiring a Project -`_ +`_ in the OpenDev Manual. diff --git a/doc/source/testing.rst b/doc/source/testing.rst index 9a8379d..ecd0742 100644 --- a/doc/source/testing.rst +++ b/doc/source/testing.rst @@ -92,8 +92,8 @@ their own authority under the perhaps mistaken impression that they know better than the test system whether a change functions correctly. For more information on the automated testing infrastructure itself, -including how to configure and use it, see the `Infrastructure User -Manual `_. +including how to configure and use it, see the `OpenDev +Manual `_. Test Failures ============= @@ -112,4 +112,4 @@ system. For more information on how to deal with integration test failures, see the `Developer's Guide -`_. +`_.