Skip to content

Commit 3a768df

Browse files
committed
pr feedback: simplify the link, and don't scare people with the cla
1 parent 2daceae commit 3a768df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/improvepage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ You have a few options for asking questions or suggesting changes:
3636
`Docs: problem with "PAGETITLE" <https://github.com/python/cpython/issues/new?title=Docs%3A+problem+with+%22PAGETITLE%22&labels=docs&body=The+page+at+PAGEURL+has+a+problem%3A>`_.
3737

3838
- You can `edit the page on GitHub <https://github.com/python/cpython/blob/main/Doc/PAGESOURCE?plain=1>`_
39-
and open a pull request, though you will need to have signed a contributor agreement before it can be merged.
39+
to open a pull request and begin the contribution process.

Doc/tools/templates/customsourcelink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3>{{ _('This page') }}</h3>
1616
<li><a href="{{ pathto('bugs') }}">{% trans %}Report a bug{% endtrans %}</a></li>
1717
<li><a class="improvepage" href="{{ pathto('improvepage') }}?pageurl=https://docs.python.org/3/{{ pagename }}.html&pagesource={{ sourcename|replace('.rst.txt', '.rst') }}">{% trans %}Improve this page{% endtrans %}</a></li>
1818
<li>
19-
<a href="https://github.com/python/cpython/blob/main/Doc/{{ sourcename|replace('.rst.txt', '.rst') }}?plain=1"
19+
<a href="https://github.com/python/cpython/blob/main/Doc/{{ pagename }}.rst?plain=1"
2020
rel="nofollow">{{ _('Show source') }}
2121
</a>
2222
</li>

0 commit comments

Comments
 (0)