From 3aaa1c12096e566ebf8773cffc17bc27c1412b6d Mon Sep 17 00:00:00 2001 From: Kyle Verhoog Date: Sat, 21 Nov 2020 01:08:33 -0500 Subject: [PATCH] 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. --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b708f5..991e848f 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 0d3b919c..985047bd 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