From 941bc9ff6019117c9aa341f809bef7e0e54d0ebf Mon Sep 17 00:00:00 2001 From: Mellcap Zhao Date: Sun, 6 Oct 2019 15:26:00 -0500 Subject: [PATCH] Fix link to header in CONTRIBUTING (#3382) --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e04eb797..94a13f62 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -108,7 +108,7 @@ Start coding - Using your favorite editor, make your changes, `committing as you go`_. - Include tests that cover any code changes you make. Make sure the test fails - without your patch. `Run the tests. `_. + without your patch. `Run the tests `_. - Push your commits to GitHub and `create a pull request`_ by using:: git push --set-upstream origin your-branch-name @@ -121,7 +121,7 @@ Start coding .. _pre-commit: https://pre-commit.com .. _create a pull request: https://help.github.com/en/articles/creating-a-pull-request -.. _contributing-testsuite: +.. _contributing-testsuite: #running-the-tests Running the tests ~~~~~~~~~~~~~~~~~