aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-05-14 17:46:00 +0100
committerGravatar GitHub <[email protected]>2021-05-14 17:46:00 +0100
commit2836913d98e762d819d6d50ec668112077e8a3a9 (patch)
treeccb02577b40ad4c92b56c8c6d3ae1c53e90afe26 /docs/README.md
parentMerge pull request #486 from python-discord/bast0006-patch-error-page-margins (diff)
parentRemove stale dependency. (diff)
Merge pull request #487 from python-discord/dewikification
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md4
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!