From 3db8ee648b44dffceff7c46d331047cdb6cfc32f Mon Sep 17 00:00:00 2001 From: Jonathan Heathcote Date: Fri, 18 Jun 2021 13:27:38 +0100 Subject: [PATCH] [doc] Fix 'installing with limited connectivity' reference The AIO Quickstart guide included an instruction to look for 'Installing with limited connectivity' in the appendix but this no longer lives in the appendix. This patch replaces this instruction with a link to the correct page. Closes-Bug: 1926447 Change-Id: Ib164f59f55a5847b2a55af3eb9bae1086fcf1109 --- doc/source/user/aio/quickstart.rst | 5 ++--- doc/source/user/limited-connectivity/index.rst | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst index c35d57812b..abba6f0976 100644 --- a/doc/source/user/aio/quickstart.rst +++ b/doc/source/user/aio/quickstart.rst @@ -86,9 +86,8 @@ system packages are upgraded and then reboot into the new kernel: .. note:: - If you are installing with limited connectivity, please review - the *Installing with limited connectivity* appendix in the - :deploy_guide:`Deployment Guide ` before proceeding. + If you are installing with limited connectivity, please review :ref:`Installing + with limited connectivity ` before proceeding. Bootstrap Ansible and the required roles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/user/limited-connectivity/index.rst b/doc/source/user/limited-connectivity/index.rst index 38c93856b5..c4d873f26c 100644 --- a/doc/source/user/limited-connectivity/index.rst +++ b/doc/source/user/limited-connectivity/index.rst @@ -1,3 +1,5 @@ +.. _limited-connectivity: + ==================================== Installing with limited connectivity ====================================