Author: Tiffany (tiffany-taylor) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2021-04-29T15:12:54+02:00
Commit: https://github.com/php/web-php/commit/2de2ddfd54c50329a226dfabd9216b3d40d135c9 Raw diff: https://github.com/php/web-php/commit/2de2ddfd54c50329a226dfabd9216b3d40d135c9.diff Change mailing list rules link (#402) This updates the mailing list rules link to the Github URL instead of the raw file. The reasoning for it is that the raw file does not include markdown formatting, which decreases readability, and defeats the purpose of the rules as a markdown file. Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 14a1e9da8..134a7b2cd 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -172,7 +172,7 @@ </ul> <p> And make sure you have read our - <a href="https://github.com/php/php-src/raw/master/docs/mailinglist-rules.md">Mailinglist Rules</a>. + <a href="https://github.com/php/php-src/blob/master/docs/mailinglist-rules.md">Mailinglist Rules</a>. </p> <?php -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php