aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-23 10:03:43 -0700
committerGravatar MarkKoz <[email protected]>2020-03-23 10:32:54 -0700
commit7a212edd8357d24e2dd88bc455418aaa895bc3c8 (patch)
tree5eec189d41ec7a606c246709ccd5fb3083778461 /README.md
parentMerge pull request #68 from python-discord/feat/doc/57/docker-run-cmd (diff)
Move snekbox.cfg to a config directory
There will be more config files to come so it's cleaner to have them together than littering the root directory with more files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f12d236..70a029b 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ The alias can be found in `./scripts/.profile`, which is automatically added whe
[1]: https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Snekbox?branchName=master
[2]: https://dev.azure.com/python-discord/Python%20Discord/_build/latest?definitionId=13&branchName=master
-[`snekbox.cfg`]: snekbox.cfg
+[`snekbox.cfg`]: config/snekbox.cfg
[`snekapi.py`]: snekbox/api/snekapi.py
[`resources`]: snekbox/api/resources
[`docker run`]: https://docs.docker.com/engine/reference/commandline/run/