diff options
author | 2019-12-20 10:04:24 -0800 | |
---|---|---|
committer | 2019-12-20 10:04:24 -0800 | |
commit | b41f177c6eff469cdcf9be214303ed9092f6d018 (patch) | |
tree | 18ab10b4d13910e956af47c6cd20fe0984d2d642 | |
parent | Support IPv4 addresses for DATABASE_URL (diff) |
Add link to wiki in README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -4,14 +4,15 @@ [](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master) [](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master) [](LICENSE) -[](https://pythondiscord.com) +[][1] -This is all of the code that is responsible for maintaining -[our website](https://pythondiscord.com), and all of its subdomains. +This is all of the code that is responsible for maintaining [our website][1] and all of its subdomains. The website is built on Django and should be simple to set up and get started with. If you happen to run into issues with setup, please don't hesitate to open an issue! -If you're looking to contribute or play around with the code, -take a look at the [`docs` directory](docs). If you're looking for things -to do, check out [our issues](https://gitlab.com/python-discord/projects/site/issues). +If you're looking to contribute or play around with the code, take a look at [the wiki][2] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][3]. + +[1]: https://pythondiscord.com +[2]: https://pythondiscord.com/pages/contributing/site/ +[3]: https://gitlab.com/python-discord/projects/site/issues |