diff --git a/{{cookiecutter.project_name}}/README.dev.rst b/{{cookiecutter.project_name}}/README.dev.rst
index 20deede4..adb93fec 100644
--- a/{{cookiecutter.project_name}}/README.dev.rst
+++ b/{{cookiecutter.project_name}}/README.dev.rst
@@ -42,7 +42,7 @@ Running the tests requires an activated virtual environment with the development
Running linters locally
-----------------------
-For linting we will use [prospector](https://pypi.org/project/prospector/) and to sort imports we will use [isort](https://pycqa.github.io/isort/).
+For linting we will use `prospector `_ and to sort imports we will use `isort `_.
Running the linters requires an activated virtual environment with the development tools installed.
.. code:: shell