From 114ef0604bd294eb9c954a03e9934eb2e1e08702 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Sat, 7 Jan 2023 20:55:56 +0000 Subject: [PATCH] Validating rst and fixing minor issues. --- mps/procedure/pull-request-merge.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mps/procedure/pull-request-merge.rst b/mps/procedure/pull-request-merge.rst index c582ad07953..df80aa58ac4 100644 --- a/mps/procedure/pull-request-merge.rst +++ b/mps/procedure/pull-request-merge.rst @@ -131,9 +131,8 @@ omitted for now. RB 2023-01-07] make -C code -f lii6gc.gmk testci testansi testpollnone testmmqa - See `design.mps.tests`_ for details and other platforms. - -.. _`design.mps.tests`: ../design/tests.txt + See `design.mps.tests <../design/tests.txt>`_ for details and other + platforms. If tests do not pass, review your conflict resolution from step 4, and if that doesn't resolve things, the procedure fails, and you @@ -236,5 +235,5 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.. checked with rst2html -v index.rst > /dev/null +.. checked with rst2html -v pull-request-merge.rst > /dev/null .. end