docs: update Flask-MongoEngine link to maintainers' canonical docs URL
The current link to https://flask-mongoengine.readthedocs.io returns HTTP 403 -- that subdomain no longer hosts the project's docs. The Flask-MongoEngine README itself points to docs.mongoengine.org; this PR updates the link to the working Sphinx-on-RTD canonical URL the project publishes.
This commit is contained in:
parent
7374c85dde
commit
16e1f96c33
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ A running MongoDB server and `Flask-MongoEngine`_ are required. ::
|
|||
pip install flask-mongoengine
|
||||
|
||||
.. _MongoEngine: http://mongoengine.org
|
||||
.. _Flask-MongoEngine: https://flask-mongoengine.readthedocs.io
|
||||
.. _Flask-MongoEngine: https://docs.mongoengine.org/projects/flask-mongoengine/en/latest/
|
||||
|
||||
|
||||
Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue