From fba3107bbe7ad817e8a78d23b0f78a9a19fc54d3 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 1 Jan 2026 20:11:17 +0530 Subject: [PATCH 1/2] Upgrade HTTP links to HTTPS in contributing.rst --- docs/dev/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 214e2b48ce..e11a6f41c2 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -132,8 +132,8 @@ files and a semi-formal, yet friendly and approachable, prose style. When presenting Python code, use single-quoted strings (``'hello'`` instead of ``"hello"``). -.. _reStructuredText: http://docutils.sourceforge.net/rst.html -.. _Sphinx: http://sphinx-doc.org/index.html +.. _reStructuredText: https://docutils.sourceforge.net/rst.html +.. _Sphinx: https://sphinx-doc.org/index.html .. _bug-reports: From 163f5b5e3c132b9fc726bf8a32bda53a55ad6c05 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 1 Jan 2026 21:30:26 +0530 Subject: [PATCH 2/2] Fix broken Sphinx documentation link --- docs/dev/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index e11a6f41c2..f27afdd6c1 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -133,7 +133,7 @@ When presenting Python code, use single-quoted strings (``'hello'`` instead of ``"hello"``). .. _reStructuredText: https://docutils.sourceforge.net/rst.html -.. _Sphinx: https://sphinx-doc.org/index.html +.. _Sphinx: https://www.sphinx-doc.org/en/master/ .. _bug-reports: