Use https for external links wherever possible

This commit is contained in:
Aditya 2018-10-27 17:58:45 +05:30
parent 70b45094ab
commit f05625eb82
13 changed files with 17 additions and 17 deletions

View file

@ -103,7 +103,7 @@ Querying is simple as well:
>>> collection.User.find_one({'name': u'admin'})
<User u'admin'>
.. _MongoKit: http://bytebucket.org/namlook/mongokit/
.. _MongoKit: https://github.com/namlook/mongokit
PyMongo Compatibility Layer