From e8e65ba80d64ef029426855ad501ef94ae593dc1 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 6 Aug 2024 16:28:11 +0200 Subject: [PATCH] Fix markdown link format in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d9fb1e..51aa307 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Keys can be retired by unchecking their "active" flag. Managing requirements ========================= -This project uses `pip-tools `__ -and `pur `__ to manage the +This project uses [pip-tools](https://pypi.org/project/pip-tools/) +and [pur](https://pypi.org/project/pur/) to manage the ``requirements.txt`` file. To add a Python dependency to the project: