Skip to content

Commit c560061

Browse files
authored
Update pep-html-template
Fixing links to PEPs sources from .txt to .rst (see python#431)
1 parent 86c06a7 commit c560061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-html-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
2121
<td class="textlinks" align="left">
2222
[<b><a href="%(pyhome)s/">Python Home</a></b>]
2323
[<b><a href="%(pepindex)s">PEP Index</a></b>]
24-
[<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>]
24+
[<b><a href="%(pephome)s/pep-%(pepnum)s.rst">PEP Source</a></b>]
2525
</td></tr></table>
2626
%(body)s
2727
%(body_suffix)s

0 commit comments

Comments
 (0)