Skip to content

Commit

Permalink
Update broken MongoClient link in Docs (Koed00#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayknife authored Oct 7, 2023
1 parent 939d0eb commit bc50219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ To use MongoDB as a message broker you simply provide the connection information
}
}

The ``mongo`` dictionary can contain any of the parameters exposed by pymongo's `MongoClient <https://api.mongodb.org/python/current/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
The ``mongo`` dictionary can contain any of the parameters exposed by pymongo's `MongoClient <https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
If you want to use a mongodb uri, you can supply it as the ``host`` parameter.

mongo_db
Expand Down

0 comments on commit bc50219

Please sign in to comment.