Skip to content

Commit 02efc47

Browse files
committed
Use https:// and canonical names for sites
1 parent 4ec9adf commit 02efc47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sites.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<h1 class="content-header">PHP.net: A Tourist's Guide</h1>
88
<p class="content-box">
9-
Everyone knows the <code>php.net</code> site. All of us went there sooner or later,
9+
Everyone knows the <code>www.php.net</code> site. All of us went there sooner or later,
1010
and will keep going back there. This is the central reference point for PHP
1111
users, and there is a wealth of information there. Not all of it is obvious.
1212
Come with me, I'll show you.
1313
</p>
1414

15-
<h2 id="www" class="content-header"><a href="http://php.net/">php.net</a>: Main Website</h2>
15+
<h2 id="www" class="content-header"><a href="https://www.php.net/">php.net</a>: Main Website</h2>
1616

1717
<div class="content-box">
1818
<p>
@@ -25,7 +25,7 @@
2525
This is the home of the <a href="/downloads.php">download page</a>, for
2626
everyone to get the latest version of the PHP source code and binaries
2727
for Windows. The current and next-to-current versions are available there.
28-
(There is also a <a href="http://museum.php.net/">PHP Museum</a>, which has
28+
(There is also a <a href="https://museum.php.net/">PHP Museum</a>, which has
2929
all of the source distributions since June 1996.)
3030
</p>
3131

@@ -52,7 +52,7 @@
5252
</div>
5353

5454
<h2 id="talks" class="content-header">
55-
<a href="http://talks.php.net/">talks.php.net</a>: Conference Materials
55+
<a href="https://talks.php.net/">talks.php.net</a>: Conference Materials
5656
</h2>
5757

5858
<p class="content-box">

0 commit comments

Comments
 (0)