From a42fe15ba17dcadd151ccc0331e721c0bb6de1d0 Mon Sep 17 00:00:00 2001 From: emisargent <55098699+emisargent@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:56:18 +0000 Subject: [PATCH] Fix docs error --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d458e2fb..c4b769fd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -81,7 +81,7 @@ a `devcontainer`_ that installs required dependencies for you. then "Create codespace on main" - Wait for the codespace to load and the "postAttachCommand" to finish running. -- Checkout a new branch and :ref:`start coding` +- Checkout a new branch and `start coding`_ .. _GitHub Codespaces: https://docs.github.com/en/codespaces .. _devcontainer: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers @@ -157,6 +157,7 @@ First time setup in your local environment .. _Fork: https://github.com/pallets/flask/fork .. _Clone: https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#step-2-create-a-local-clone-of-your-fork +.. _start coding: Start coding ~~~~~~~~~~~~