From df126c1be34ed4c4476269a6dc9c8342f3fa9c96 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Tue, 22 May 2018 23:19:27 -0700 Subject: [PATCH] Fix broken links. This fixes #2246. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af7ab55b..d7fa45c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,8 @@ Before opening any issues or proposing any pull requests, please do the following: -1. Read our [Contributor's Guide](http://docs.pipenv.org/en/latest/dev/contributing/). -2. Understand our [development philosophy](http://docs.pipenv.org/en/latest/dev/philosophy/). +1. Read our [Contributor's Guide](https://docs.pipenv.org/dev/contributing/). +2. Understand our [development philosophy](https://docs.pipenv.org/dev/philosophy/). To get the greatest chance of helpful responses, please also observe the following additional notes.