Skip to content

Commit

Permalink
update github link regex
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Nov 20, 2023
1 parent 803782c commit 4b41291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Porting/release_managers_guide.pod
Expand Up @@ -808,7 +808,7 @@ formatting, e.g.

You should add pod links for GitHub issue references thusly:

$ perl -p -i -e'BEGIN{undef $/}; s{(GH\s+#)(\d+)}{L<$1$2|https://github.com/Perl/perl5/issues/$2>}mg' pod/perldelta.pod
$ perl -p -i -e'BEGIN{undef $/}; s{((?:GH|github)\s*#)(\d+)}{L<$1$2|https://github.com/Perl/perl5/issues/$2>}img' pod/perldelta.pod

If you make changes, be sure to commit them.

Expand Down

0 comments on commit 4b41291

Please sign in to comment.