From 08ee39d9691ded8ee3974891e58de8e64bb23110 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 22 Jan 2024 11:23:49 -0800 Subject: [PATCH 1/2] PYTHON-4157 Fix broken links --- doc/compatibility-policy.rst | 2 +- doc/tools.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/compatibility-policy.rst b/doc/compatibility-policy.rst index a20b9681eb..834f86ce54 100644 --- a/doc/compatibility-policy.rst +++ b/doc/compatibility-policy.rst @@ -59,4 +59,4 @@ deprecated PyMongo features. .. _the warnings module: https://docs.python.org/3/library/warnings.html -.. _the -W command line option: https://docs.python.org/3/using/cmdline.html#cmdoption-w +.. _the -W command line option: https://docs.python.org/3/using/cmdline.html#cmdoption-W diff --git a/doc/tools.rst b/doc/tools.rst index 7aea84cb0c..ea3c86b1f5 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -44,7 +44,7 @@ MincePy workflow as possible. Ming - `Ming `_ (the Merciless) is a + `Ming `_ (the Merciless) is a library that allows you to enforce schemas on a MongoDB database in your Python application. It was developed by `SourceForge `_ in the course of their migration to From d9ebae24339d06ec8fffec978a52a108f31d7120 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 22 Jan 2024 11:51:52 -0800 Subject: [PATCH 2/2] PYTHON-4157 Update Ming --- doc/tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tools.rst b/doc/tools.rst index ea3c86b1f5..6dd0df8a4d 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -44,7 +44,7 @@ MincePy workflow as possible. Ming - `Ming `_ (the Merciless) is a + `Ming `_ is a library that allows you to enforce schemas on a MongoDB database in your Python application. It was developed by `SourceForge `_ in the course of their migration to