diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1dcdd7925..44bfd69ba4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,6 +64,6 @@ $ tests/test_bare.sh use_celery=y ## Submitting a pull request -Once you're happy with your changes and they look ok locally, push and send send [a pull request][submit-a-pr] to the main repo, which will trigger the tests on GitHub actions. If they fail, try to fix them. A maintainer should take a look at your change and give you feedback or merge it. +Once you're happy with your changes and they look ok locally, push and send [a pull request][submit-a-pr] to the main repo, which will trigger the tests on GitHub actions. If they fail, try to fix them. A maintainer should take a look at your change and give you feedback or merge it. [submit-a-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request diff --git a/docs/1-getting-started/project-generation-options.rst b/docs/1-getting-started/project-generation-options.rst index fe6fa29cce..3ed38cbcd5 100644 --- a/docs/1-getting-started/project-generation-options.rst +++ b/docs/1-getting-started/project-generation-options.rst @@ -149,7 +149,7 @@ debug: .. _MIT: https://opensource.org/licenses/MIT .. _BSD: https://opensource.org/licenses/BSD-3-Clause .. _GPLv3: https://www.gnu.org/licenses/gpl.html -.. _Apache Software License 2.0: http://www.apache.org/licenses/LICENSE-2.0 +.. _Apache Software License 2.0: https://www.apache.org/licenses/LICENSE-2.0 .. _PyCharm: https://www.jetbrains.com/pycharm/ .. _VS Code: https://github.com/microsoft/vscode diff --git a/docs/2-local-development/developing-locally-docker.rst b/docs/2-local-development/developing-locally-docker.rst index eb98f680f2..ea6f3e887d 100644 --- a/docs/2-local-development/developing-locally-docker.rst +++ b/docs/2-local-development/developing-locally-docker.rst @@ -18,7 +18,7 @@ Prerequisites * Pre-commit; refer to the official documentation for the `pre-commit`_. * Cookiecutter; refer to the official GitHub repository of `Cookiecutter`_ -.. _`installation instructions`: https://docs.docker.com/install/#supported-platforms +.. _`installation instructions`: https://docs.docker.com/install/ .. _`installation guide`: https://docs.docker.com/compose/install/ .. _`pre-commit`: https://pre-commit.com/#install .. _`Cookiecutter`: https://github.com/cookiecutter/cookiecutter diff --git a/docs/2-local-development/developing-locally.rst b/docs/2-local-development/developing-locally.rst index 278d2542dd..c6f052ea75 100644 --- a/docs/2-local-development/developing-locally.rst +++ b/docs/2-local-development/developing-locally.rst @@ -206,7 +206,7 @@ The project comes with a simple task for manual testing purposes, inside `