Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ About
`CPython <https://github.com/python/cpython>`_ pull request.

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

To use blurb-it, you must be logged in to GitHub.
Expand Down
2 changes: 1 addition & 1 deletion templates/add_blurb.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3>📜🤖 Blurb it again?</h3>
<button type="submit" class="btn btn-primary mb-2">📜🤖 blurb it!</button>
</form>
</div>
<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>
<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>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<a href="/"><img class="mb-4" src="https://www.python.org/static/community_logos/python-logo-master-v3-TM.png" alt="" height="72"></a>
<h1 class="display-4">📜🤖 Blurb it!</h1>
<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>
<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>
</div>

<p class="lead text-center">
Expand Down