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:
Marty McEnroe 2026-05-13 08:03:45 -05:00
parent 7374c85dde
commit 16e1f96c33

View file

@ -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