diff options
author | 2018-09-18 22:13:51 +0200 | |
---|---|---|
committer | 2018-09-18 22:13:51 +0200 | |
commit | 084abb56a488052a4c8a8c992c375e6aa94e2dcc (patch) | |
tree | 789b2d403a1d4e253bcc81b146d3452dae7304e4 /README.md | |
parent | Add `psmgr` command. (diff) |
Add documentation.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,7 @@ # Python Discord: Site -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](https://pythondiscord.com), and all of its subdomains. -If you're looking to contribute or play around with the code, take a look at our -[Project Guide](https://wiki.pythondiscord.com/wiki/contributing/project/site), hosted on the wiki you'll find -in this very repository.
\ No newline at end of file +If you're looking to contribute or play around with the code, +take a look at the [`docs` directory](docs). |