summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Verhoog <kyle@verhoog.ca>2020-11-21 01:08:33 -0500
committerGitHub <noreply@github.com>2020-11-21 13:08:33 +0700
commit3aaa1c12096e566ebf8773cffc17bc27c1412b6d (patch)
treeca76cbb04b0f040bbf4891b04ef3c6ebfec2953e
parent2ece5d0fba1df0083f0e2fe519750bf9f0b0b8e1 (diff)
downloadrq-3aaa1c12096e566ebf8773cffc17bc27c1412b6d.tar.gz
fix snippet link in docs (#1380)
The former link is broken since http://flask.pocoo.org/snippets has been taken down. See https://github.com/pallets/website/issues/41 for more info.
-rw-r--r--README.md2
-rw-r--r--docs/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52b708f..991e848 100644
--- a/README.md
+++ b/README.md
@@ -131,4 +131,4 @@ heaviness of Celery or other AMQP-based queueing implementations.
[p]: http://docs.python.org/library/pickle.html
[1]: http://www.celeryproject.org/
[2]: https://github.com/resque/resque
-[3]: http://flask.pocoo.org/snippets/73/
+[3]: https://github.com/fengsp/flask-snippets/blob/1f65833a4291c5b833b195a09c365aa815baea4e/utilities/rq.py
diff --git a/docs/index.md b/docs/index.md
index 0d3b919..985047b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -98,4 +98,4 @@ existing queueing frameworks, with a low barrier to entry.
[p]: http://docs.python.org/library/pickle.html
[1]: http://www.celeryproject.org/
[2]: https://github.com/defunkt/resque
-[3]: http://flask.pocoo.org/snippets/73/
+[3]: https://github.com/fengsp/flask-snippets/blob/1f65833a4291c5b833b195a09c365aa815baea4e/utilities/rq.py