From f4d8239c6a46a1e6cdcec10db545afc4ec90a473 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 31 Jan 2024 08:56:57 -0600 Subject: [PATCH] PYTHON-4174 Update TLS cheat sheet link --- doc/atlas.rst | 2 +- doc/examples/tls.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/atlas.rst b/doc/atlas.rst index 6685cf9fb8..19ba9732f2 100644 --- a/doc/atlas.rst +++ b/doc/atlas.rst @@ -35,7 +35,7 @@ Connections to Atlas require TLS/SSL. You can read more about TLS versions and their security implications here: - ``_ + ``_ .. _python.org: https://www.python.org/downloads/ .. _homebrew: https://brew.sh/ diff --git a/doc/examples/tls.rst b/doc/examples/tls.rst index 557ee7d9b9..9241ac23e7 100644 --- a/doc/examples/tls.rst +++ b/doc/examples/tls.rst @@ -32,7 +32,7 @@ MongoDB. You can read more about TLS versions and their security implications here: - ``_ + ``_ .. _python.org: https://www.python.org/downloads/ .. _homebrew: https://brew.sh/