Skip to content

Commit 600d62d

Browse files
authored
Fix links to adding NEWS entry (#458)
1 parent 97bba6e commit 600d62d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ About
1919
`CPython <https://github.com/python/cpython>`_ pull request.
2020

2121
A ``Misc/NEWS.d`` file `is needed
22-
<https://devguide.python.org/core-developers/committing/index.html#updating-news-and-what-s-new-in-python>`_
22+
<https://devguide.python.org/getting-started/pull-request-lifecycle/#news-entry>`_
2323
for almost all non-trivial changes to CPython.
2424

2525
To use blurb-it, you must be logged in to GitHub.

templates/add_blurb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3>📜🤖 Blurb it again?</h3>
5959
<button type="submit" class="btn btn-primary mb-2">📜🤖 blurb it!</button>
6060
</form>
6161
</div>
62-
<div class="col-md-12">Alternatively, you can use <a href="https://devguide.python.org/committing/#what-s-new-and-news-entries">blurb on the command line</a>.</div>
62+
<div class="col-md-12">Alternatively, you can use <a href="https://devguide.python.org/getting-started/pull-request-lifecycle/#news-entry">blurb on the command line</a>.</div>
6363
</div>
6464

6565
{% endblock %}

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
55
<a href="/"><img class="mb-4" src="https://www.python.org/static/community_logos/python-logo-master-v3-TM.png" alt="" height="72"></a>
66
<h1 class="display-4">📜🤖 Blurb it!</h1>
7-
<p class="lead"><a href="https://devguide.python.org/committing/#what-s-new-and-news-entries">add a blurb</a> to CPython pull request.</p>
7+
<p class="lead"><a href="https://devguide.python.org/getting-started/pull-request-lifecycle/#news-entry">add a blurb</a> to CPython pull request.</p>
88
</div>
99

1010
<p class="lead text-center">

0 commit comments

Comments
 (0)