diff options
author | 2018-10-03 18:01:51 -0400 | |
---|---|---|
committer | 2018-10-03 18:01:51 -0400 | |
commit | c8e3b358ab4b39b7ae64f1bf07c2f4d785bdbf2d (patch) | |
tree | 56eb5d6650bf571ae2d355b853b628849e76ad19 /CONTRIBUTING.md | |
parent | Initialize Pipfile & Pipfile.lock (diff) |
Fix Pipenv wiki link typo in Contributor guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 331c1f58..35c951d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,4 +11,4 @@ This project is a community project for the Python Discord community over at htt # Installation & Dependency Management -Hacktoberbot utilizes [Pipenv](https://pipenv.readthedocs.io/en/latest/) for installation and dependency management. For users unfamiliar with the Pipenv workflow, a [Pipenv Primer](https://github.com/sdiscord-python/hacktoberbot/wiki/Hacktoberbot-and-Pipenv) is provided in Hactoberbot's Wiki. +Hacktoberbot utilizes [Pipenv](https://pipenv.readthedocs.io/en/latest/) for installation and dependency management. For users unfamiliar with the Pipenv workflow, a [Pipenv Primer](https://github.com/discord-python/hacktoberbot/wiki/Hacktoberbot-and-Pipenv) is provided in Hactoberbot's Wiki. |