diff options
author | 2019-10-01 11:37:32 +1000 | |
---|---|---|
committer | 2019-10-01 11:37:32 +1000 | |
commit | 39f37f0026ca68122e633f17879aa39daf82d895 (patch) | |
tree | 7e8da45015221d85930b93bd88edbafa2b5465e2 | |
parent | Monkeypatch in new HEADER_ID_PREFIX. (#268) (diff) | |
parent | Update contrib doc to point to new wiki links (diff) |
Merge pull request #271 from python-discord/update-contrib-doc
Update contrib doc to point to new wiki links
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efb48e5a..c1344cce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,8 +38,8 @@ All projects evolve over time, and this contribution guide is no different. This ## Supplemental Information ### Developer Environment Instructions for setting up environments for both the site and the bot can be found on the PyDis Wiki: - * [Site](https://wiki.pythondiscord.com/wiki/contributing/project/site) - * [Bot](https://wiki.pythondiscord.com/wiki/contributing/project/bot) + * [Site](https://pythondiscord.com/pages/contributing/site/) + * [Bot](https://pythondiscord.com/pages/contributing/bot/) When pulling down changes from GitHub, remember to sync your environment using `pipenv sync --dev` to ensure you're using the most up-to-date versions the project's dependencies. |