diff options
author | 2019-09-30 21:35:17 -0400 | |
---|---|---|
committer | 2019-09-30 21:35:17 -0400 | |
commit | 91138642fae1963f0bcf2966eb0fb965994b103c (patch) | |
tree | 7e8da45015221d85930b93bd88edbafa2b5465e2 | |
parent | Monkeypatch in new HEADER_ID_PREFIX. (#268) (diff) |
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. |