From 16e1f96c338dce7103cb138d7a0e02a70821f4b0 Mon Sep 17 00:00:00 2001 From: Marty McEnroe Date: Wed, 13 May 2026 08:03:45 -0500 Subject: [PATCH] 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. --- docs/patterns/mongoengine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/mongoengine.rst b/docs/patterns/mongoengine.rst index 624988e4..dec53e1c 100644 --- a/docs/patterns/mongoengine.rst +++ b/docs/patterns/mongoengine.rst @@ -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