diff options
author | 2021-08-27 13:13:55 +0530 | |
---|---|---|
committer | 2021-08-27 13:13:55 +0530 | |
commit | 825936e5520e937dfd117cacd86d0297b3f5259e (patch) | |
tree | 6ddba3a1243b2544a0b318dd9e79a3f702fce0fa /README.md | |
parent | Merge pull request #565 from ethansocal/main (diff) |
[BUG FIX] - README.md - Remove the docs dir from the readme
The README.md file had an outdated hyperlink which pointed to the docs directory which doesnt exist anymore
This PR fixes that
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ This is all of the code that is responsible for maintaining [our website][9] and 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 wiki][10] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][11]. +If you're looking to contribute or play around with the code, take a look at [the wiki][10]. If you're looking for things to do, check out [our issues][11]. [1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=main [2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain |