From 06d5ce142349586076e012aad19f59614c4700bb Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 27 Mar 2020 09:45:42 -0700 Subject: [PATCH] Correct launch readme link This has a .rst extension now. Change-Id: Icafdb12f91315f5c37f95755034d216bc4a5c837 --- doc/source/puppet.rst | 2 +- doc/source/sysadmin.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/puppet.rst b/doc/source/puppet.rst index 8bb6b56373..ac78ae30b4 100644 --- a/doc/source/puppet.rst +++ b/doc/source/puppet.rst @@ -79,7 +79,7 @@ Adding a node For adding a new node to your puppet master, you can either use the ``/opt/system-config/launch/launch-node.py`` script -(see :git_file:`launch/README` for full details) or bootstrap puppet manually. +(see :git_file:`launch/README.rst` for full details) or bootstrap puppet manually. For manual bootstrap, you need to run on the new server connecting (for example, review.opendev.org) to the puppet master: diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index 6a7737292c..e0a9899feb 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -424,7 +424,7 @@ Launching New Servers New servers are launched using the ``launch/launch-node.py`` tool from the git repository ``https://opendev.org/opendev/system-config``. This -tool is run from a checkout on the bridge - please see :git_file:`launch/README` +tool is run from a checkout on the bridge - please see :git_file:`launch/README.rst` for detailed instructions. .. _disable-enable-puppet: