Author: Derick Rethans (derickr) Date: 2026-03-18T14:14:49-04:00 Commit: https://github.com/php/web-php/commit/02efc4702167d5ec101974e94ffdea762d0e44a5 Raw diff: https://github.com/php/web-php/commit/02efc4702167d5ec101974e94ffdea762d0e44a5.diff
Use https:// and canonical names for sites Changed paths: M sites.php Diff: diff --git a/sites.php b/sites.php index cfa45430f3..2bd6bda41d 100644 --- a/sites.php +++ b/sites.php @@ -6,13 +6,13 @@ <h1 class="content-header">PHP.net: A Tourist's Guide</h1> <p class="content-box"> - Everyone knows the <code>php.net</code> site. All of us went there sooner or later, + Everyone knows the <code>www.php.net</code> site. All of us went there sooner or later, and will keep going back there. This is the central reference point for PHP users, and there is a wealth of information there. Not all of it is obvious. Come with me, I'll show you. </p> -<h2 id="www" class="content-header"><a href="http://php.net/">php.net</a>: Main Website</h2> +<h2 id="www" class="content-header"><a href="https://www.php.net/">php.net</a>: Main Website</h2> <div class="content-box"> <p> @@ -25,7 +25,7 @@ This is the home of the <a href="/downloads.php">download page</a>, for everyone to get the latest version of the PHP source code and binaries for Windows. The current and next-to-current versions are available there. - (There is also a <a href="http://museum.php.net/">PHP Museum</a>, which has + (There is also a <a href="https://museum.php.net/">PHP Museum</a>, which has all of the source distributions since June 1996.) </p> @@ -52,7 +52,7 @@ </div> <h2 id="talks" class="content-header"> - <a href="http://talks.php.net/">talks.php.net</a>: Conference Materials + <a href="https://talks.php.net/">talks.php.net</a>: Conference Materials </h2> <p class="content-box">
