From 7c282aea62991a778152159f04476ebe44d723e7 Mon Sep 17 00:00:00 2001 From: Paul Crowley Date: Sat, 28 Mar 2020 06:06:02 -0700 Subject: [PATCH 1/2] Replace docs.pipenv.org with pipenv.pypa.io `dig pipenv.org ns` currently shows no nameserver for that domain; pipenv.pypa.io is the new home for documentation, so use that everywhere (contributors guides, `pipenv --envs` output). --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/Feature_request.md | 2 +- CONTRIBUTING.md | 2 +- docs/dev/contributing.rst | 2 +- pipenv/cli/command.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 18e12434a5..6723cc454c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ If you're requesting a new feature, please use the PEEP process: https://github.com/pypa/pipenv/blob/master/peeps/PEEP-000.md -Check the [diagnose documentation](https://docs.pipenv.org/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.pypa.io/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. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 8a30d5aa2e..e02f479c4a 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -5,7 +5,7 @@ about: Suggest an idea for this project 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/diagnose/) for common issues and the [PEEP list](https://github.com/pypa/pipenv/blob/master/peeps/) before posting! We may close your issue if it is very similar to one of them. Please be considerate and follow the PEEP process, or be on your way. +Check the [diagnose documentation](https://pipenv.pypa.io/en/latest/diagnose/) for common issues and the [PEEP list](https://github.com/pypa/pipenv/blob/master/peeps/) before posting! We may close your issue if it is very similar to one of them. Please be considerate and follow the PEEP process, or be on your way. Make sure to mention your debugging experience if the documented solution failed. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f80191b8d..24f8058987 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ Code Contributions When contributing code, you\'ll want to follow this checklist: 1. Understand our [development - philosophy](https://docs.pipenv.org/dev/philosophy/). + philosophy](https://pipenv.pypa.io/en/latest/dev/philosophy/). 2. Fork the repository on GitHub. 3. Set up your `dev-setup`{.interpreted-text role="ref"} 4. Run the tests (`testing`{.interpreted-text role="ref"}) to confirm diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 0fb0c36f08..fb116696c1 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -102,7 +102,7 @@ When contributing code, you'll want to follow this checklist: The following sub-sections go into more detail on some of the points above. -.. _development philosophy: https://docs.pipenv.org/dev/philosophy/ +.. _development philosophy: https://pipenv.pypa.io/en/latest/dev/philosophy/ .. _dev-setup: diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index 9d3ce9bf78..deed12f82a 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -117,7 +117,7 @@ def cli( echo( "\nYou can learn more at:\n {0}".format( crayons.green( - "http://docs.pipenv.org/advanced/#configuration-with-environment-variables" + "https://pipenv.pypa.io/en/latest/advanced/#configuration-with-environment-variables" ) ) ) From 4bca11d09a33151419283e09315454f88dc36aff Mon Sep 17 00:00:00 2001 From: Paul Crowley Date: Sat, 28 Mar 2020 06:23:28 -0700 Subject: [PATCH 2/2] Add news/4167.doc.rst --- news/4167.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/4167.doc.rst diff --git a/news/4167.doc.rst b/news/4167.doc.rst new file mode 100644 index 0000000000..da71ef026d --- /dev/null +++ b/news/4167.doc.rst @@ -0,0 +1 @@ +Replace docs.pipenv.org with pipenv.pypa.io