Skip to content

Commit

Permalink
Add link to wiki in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Dec 20, 2019
1 parent bd291cc commit b41f177
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
[![Tests](https://img.shields.io/azure-devops/tests/python-discord/Python%20Discord/2?compact_message)](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master)
[![Coverage](https://img.shields.io/azure-devops/coverage/python-discord/Python%20Discord/2/master)](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master)
[![License](https://img.shields.io/github/license/python-discord/site)](LICENSE)
[![Status](https://img.shields.io/website?url=https%3A%2F%2Fpythondiscord.com)](https://pythondiscord.com)
[![Status](https://img.shields.io/website?url=https%3A%2F%2Fpythondiscord.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

0 comments on commit b41f177

Please sign in to comment.