diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 18d8fd4..064e6a9 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -151,7 +151,7 @@ makes the download and install about 2MB smaller than Also, if a distribution releases a new security update for Python, then your application will automatically start using that new version of Python. -[Producing an RPM file using the bdist_rpm command](https://docs.python.org/3/distutils/builtdist.html#creating-rpm-packages) +The `Producing an RPM file using the bdist_rpm command