Skip to content

Commit c82ddd7

Browse files
committed
fix: update museum.php.net links to https
1 parent 9516d64 commit c82ddd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

manual/php3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<p>
32-
See the <a href="http://museum.php.net/">PHP Museum</a> for downloads, and
32+
See the <a href="https://museum.php.net/">PHP Museum</a> for downloads, and
3333
also read the <a href="http://php.net/history">history</a> for further
3434
information about PHP 3.
3535
</p>

releases/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</p>
141141
142142
<div class="panel">
143-
<a href="http://museum.php.net/">PHP Museum</a>
143+
<a href="https://museum.php.net/">PHP Museum</a>
144144
</div>
145145
146146
<div class="panel">
@@ -237,11 +237,11 @@ function mk_rel(int $major,
237237
if (!isset($src["filename"])) {
238238
continue;
239239
}
240-
printf('<li><a href="http://museum.php.net/php%d/%s">%s</a></li>',
240+
printf('<li><a href="https://museum.php.net/php%d/%s">%s</a></li>',
241241
$major, $src["filename"], $src["name"]);
242242
}
243243
foreach ($windows as $src) {
244-
printf('<li><a href="http://museum.php.net/%s/%s">%s</a></li>',
244+
printf('<li><a href="https://museum.php.net/%s/%s">%s</a></li>',
245245
($major == 5 ? "php5" : "win32"), $src["filename"], $src["name"]);
246246
}
247247
}

sites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)