From bc50219141ff4c412ee0ae700686e1b6db93204a Mon Sep 17 00:00:00 2001 From: Grayknife <75701163+Grayknife@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:15:49 +0200 Subject: [PATCH] Update broken MongoClient link in Docs (#127) --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 713c2ce..6e25d0e 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -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 `__ +The ``mongo`` dictionary can contain any of the parameters exposed by pymongo's `MongoClient `__ If you want to use a mongodb uri, you can supply it as the ``host`` parameter. mongo_db