diff options
author | 2021-05-14 12:34:19 +0800 | |
---|---|---|
committer | 2021-05-14 12:34:19 +0800 | |
commit | 3506646251b03a13880f0a8e95256439dcdddab9 (patch) | |
tree | 975644cd1842760c7dfeb524b8237611f34f24e7 /docs | |
parent | Merge pull request #478 from python-discord/content-migration (diff) | |
parent | Make tests expect 302. (diff) |
Merge pull request #485 from python-discord/ks129/dewikification/redirection
Dewikification - Implement redirections app
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index 2e9f15a1..5af383b4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,3 +11,7 @@ This directory contains useful documentation for working with and using our site * [Development with Docker](setup.md#development-with-docker) * [Development with `pip`](setup.md#development-with-pip) + +> Note: If you're looking to add redirects to the site, the `redirects` app is **NOT** the way to go. +> Convenience redirects should use our [Cloudflare Worker](https://github.com/python-discord/workers/tree/main/short-urls). +> Ask in the server if you have any questions! |