From 4f433c01316e47189ef25e8afe7dfcf66516354c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20G=C3=B3mez=20Mart=C3=ADn?= Date: Mon, 16 Jul 2018 15:58:52 +0200 Subject: [PATCH] Fix broken link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb17336e..6e3ef65c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ dependencies. Once that has completed, you can start developing. The repo version of Pipenv must be installed over other global versions to resolve conflicts with the `pipenv` folder being implicitly added to `sys.path`. -See pypa/pipenv#2557 for more details. +See [pypa/pipenv#2557](https://github.com/pypa/pipenv/issues/2557) for more details. ### Testing