From 05249e9954922b710e3303a296cfae48844b8196 Mon Sep 17 00:00:00 2001 From: Grant McLean Date: Wed, 9 Jun 2021 10:33:13 +1200 Subject: [PATCH] Fix link format in developing-locally.rst Link was markdown format - changed to RST. --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 661c9f26..3a620653 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -37,7 +37,7 @@ First things first. .. note:: the `pre-commit` exists in the generated project as default. - for the details of `pre-commit`, follow the [site of pre-commit](https://pre-commit.com/). + for the details of `pre-commit`, follow the `site of pre-commit `_. #. Create a new PostgreSQL database using createdb_: ::