From 9443e2dce222086c9bc612bc9d7bda55b25f6fbb Mon Sep 17 00:00:00 2001
From: Noah Gumbert <marmabelle@gmail.com>
Date: Tue, 19 Dec 2023 11:22:33 +0000
Subject: [PATCH] fix 0020-sources-for-python-packaging.rst source distribution
 URL

Fixes #2
---
 rfcs/0020-sources-for-python-packaging.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfcs/0020-sources-for-python-packaging.rst b/rfcs/0020-sources-for-python-packaging.rst
index aac191d..5dfd227 100644
--- a/rfcs/0020-sources-for-python-packaging.rst
+++ b/rfcs/0020-sources-for-python-packaging.rst
@@ -58,5 +58,5 @@ Alternatives Considered
 We may continue using sdist tarballs from `PyPI`_, that did not provide signature files. However, this does not provide a clear policy for packagers and increases their workload in cases where the sdist tarballs are broken.
 
 .. _PyPI: https://pypi.org
-.. _source distribution: https://docs.python.org/3/distutils/sourcedist.html
+.. _source distribution: https://docs.python.org/3.11/distutils/sourcedist.html
 .. _setuptools#3672: https://github.com/pypa/setuptools/issues/3672
-- 
GitLab