From aa33eda3547ca070c83e6000bd9f0bd5e59bd229 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 19 Jul 2022 05:09:16 +0200 Subject: [PATCH] doc: fix misplaced anchor in CONTRIBUTING --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d3acee13..2ce76e91 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -65,8 +65,6 @@ Start coding .. _create a pull request: https://help.github.com/articles/creating-a-pull-request/ .. _Tcl 8.5 commands reference: https://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm -.. _running-the-tests: - Design notes ~~~~~~~~~~~~ @@ -76,6 +74,8 @@ there some development howtos: * :ref:`add-new-sub-command` * :ref:`add-new-config-option` +.. _running-the-tests: + Running the tests ~~~~~~~~~~~~~~~~~