From 2521effdecad1f7cb2e3e23c079d6d1f6c84a4f0 Mon Sep 17 00:00:00 2001 From: illgitthat Date: Tue, 15 Oct 2019 10:33:05 -0400 Subject: [PATCH] Update diagnose URL Related to https://github.com/pypa/pipenv/issues/3958 Going to the old URL https://docs.pipenv.org/en/latest/diagnose/ was giving an SSL error. This can be fixed in two ways 1. Update URL to http://docs.pipenv.org/en/latest/diagnose/ 1. Update URL to https://pipenv.kennethreitz.org/en/latest/diagnose/ I chose the second approach to match the project homepage URL. --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 3dc4613e..30b70bf3 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,7 +5,7 @@ about: Create a report to help us improve Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. -Check the [diagnose documentation](https://docs.pipenv.org/en/latest/diagnose/) for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way. +Check the [diagnose documentation](https://pipenv.kennethreitz.org/en/latest/diagnose/) for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way. Make sure to mention your debugging experience if the documented solution failed.