summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2017-09-05 10:38:05 -0700
committerGitHub <noreply@github.com>2017-09-05 10:38:05 -0700
commit564a2c68add64ebf2e558a54f5697513b19293cb (patch)
tree5beec4112f14754117bfe25842fe5d033d223458
parent15ce0bee973596f02983f39e1a1b172b91e9cdda (diff)
downloadcpython-git-564a2c68add64ebf2e558a54f5697513b19293cb.tar.gz
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
-rw-r--r--Misc/NEWS.d/next/Build/README.rst4
-rw-r--r--Misc/NEWS.d/next/C API/README.rst4
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/README.rst4
-rw-r--r--Misc/NEWS.d/next/Documentation/README.rst4
-rw-r--r--Misc/NEWS.d/next/IDLE/README.rst4
-rw-r--r--Misc/NEWS.d/next/Library/README.rst4
-rw-r--r--Misc/NEWS.d/next/Security/README.rst4
-rw-r--r--Misc/NEWS.d/next/Tests/README.rst4
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/README.rst4
-rw-r--r--Misc/NEWS.d/next/Windows/README.rst4
-rw-r--r--Misc/NEWS.d/next/macOS/README.rst4
11 files changed, 33 insertions, 11 deletions
diff --git a/Misc/NEWS.d/next/Build/README.rst b/Misc/NEWS.d/next/Build/README.rst
index 0d2d2c1fc3..d43e989e18 100644
--- a/Misc/NEWS.d/next/Build/README.rst
+++ b/Misc/NEWS.d/next/Build/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Build* section in this directory.
+Put news entry `blurb`_ files for the *Build* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/C API/README.rst b/Misc/NEWS.d/next/C API/README.rst
index 5a04f76f47..a4eb261579 100644
--- a/Misc/NEWS.d/next/C API/README.rst
+++ b/Misc/NEWS.d/next/C API/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *C API* section in this directory.
+Put news entry `blurb`_ files for the *C API* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Core and Builtins/README.rst b/Misc/NEWS.d/next/Core and Builtins/README.rst
index 52b8c3e626..00831936c4 100644
--- a/Misc/NEWS.d/next/Core and Builtins/README.rst
+++ b/Misc/NEWS.d/next/Core and Builtins/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Core and Builtins* section in this directory.
+Put news entry `blurb`_ files for the *Core and Builtins* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Documentation/README.rst b/Misc/NEWS.d/next/Documentation/README.rst
index 405f0ac01a..245b7d6359 100644
--- a/Misc/NEWS.d/next/Documentation/README.rst
+++ b/Misc/NEWS.d/next/Documentation/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Documentation* section in this directory.
+Put news entry `blurb`_ files for the *Documentation* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/IDLE/README.rst b/Misc/NEWS.d/next/IDLE/README.rst
index 5475f7b420..834c5d48b9 100644
--- a/Misc/NEWS.d/next/IDLE/README.rst
+++ b/Misc/NEWS.d/next/IDLE/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *IDLE* section in this directory.
+Put news entry `blurb`_ files for the *IDLE* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Library/README.rst b/Misc/NEWS.d/next/Library/README.rst
index 6d2d30eca0..178ac664cc 100644
--- a/Misc/NEWS.d/next/Library/README.rst
+++ b/Misc/NEWS.d/next/Library/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Library* section in this directory.
+Put news entry `blurb`_ files for the *Library* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Security/README.rst b/Misc/NEWS.d/next/Security/README.rst
index 84c1a3a6ed..9ea371df66 100644
--- a/Misc/NEWS.d/next/Security/README.rst
+++ b/Misc/NEWS.d/next/Security/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Security* section in this directory.
+Put news entry `blurb`_ files for the *Security* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Tests/README.rst b/Misc/NEWS.d/next/Tests/README.rst
index d2e50e43d8..8ea9b4ceb2 100644
--- a/Misc/NEWS.d/next/Tests/README.rst
+++ b/Misc/NEWS.d/next/Tests/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Tests* section in this directory.
+Put news entry `blurb`_ files for the *Tests* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Tools-Demos/README.rst b/Misc/NEWS.d/next/Tools-Demos/README.rst
index 357f82862c..9f03d79b20 100644
--- a/Misc/NEWS.d/next/Tools-Demos/README.rst
+++ b/Misc/NEWS.d/next/Tools-Demos/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Tools/Demos* section in this directory.
+Put news entry `blurb`_ files for the *Tools/Demos* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/Windows/README.rst b/Misc/NEWS.d/next/Windows/README.rst
index 1e65de35f0..7dbc5805e3 100644
--- a/Misc/NEWS.d/next/Windows/README.rst
+++ b/Misc/NEWS.d/next/Windows/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *Windows* section in this directory.
+Put news entry `blurb`_ files for the *Windows* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/
diff --git a/Misc/NEWS.d/next/macOS/README.rst b/Misc/NEWS.d/next/macOS/README.rst
index a3adb59b62..563766928c 100644
--- a/Misc/NEWS.d/next/macOS/README.rst
+++ b/Misc/NEWS.d/next/macOS/README.rst
@@ -1 +1,3 @@
-Put news entry ``blurb`` files for the *macOS* section in this directory.
+Put news entry `blurb`_ files for the *macOS* section in this directory.
+
+.. _blurb: https://pypi.org/project/blurb/