From 62282e47e8a1724dae7708f71851f46cac51c24d Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Fri, 28 Aug 2015 11:33:55 +0100 Subject: [PATCH] fix markup --- docs/shipping/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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