Skip to content

Commit ace1be0

Browse files
committed
PYTHON-5205 Replace http with https in doc links
- No secure link for mongoengine.org
1 parent 2137109 commit ace1be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ layers, the time spent working directly with the driver will have
2727
increased your understanding of how MongoDB actually works.
2828

2929
MongoEngine
30-
`MongoEngine <https://mongoengine.org/>`_ is another ORM-like
30+
`MongoEngine <http://mongoengine.org/>`_ is another ORM-like
3131
layer on top of PyMongo. It allows you to define schemas for
3232
documents and query collections using syntax inspired by the Django
3333
ORM. The code is available on `GitHub

0 commit comments

Comments
 (0)