Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<ul class="content-box listed">
<li>
If you are interested in how the documentation is edited and translated,
you should read the <a href="https://wiki.php.net/doc/howto">Documentation HOWTO</a>.
you should read the <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a>.
</li>
<li>
<a href="http://gtk.php.net/docs.php">PHP-GTK related documentation</a>
Expand Down
2 changes: 1 addition & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
// BC: handle documentation howto moved to the doc.php.net server
// (redirect to index page)
if (preg_match("!^manual/howto/!", $URI, $array)) {
mirror_redirect("https://wiki.php.net/doc/howto");
mirror_redirect("http://doc.php.net/tutorial/");
}

// ============================================================================
Expand Down
6 changes: 3 additions & 3 deletions git-php.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@
</tr>
<tr>
<td class="sub">Reading the PHP source</td>
<td><a href="https://wiki.php.net/doc/howto">Maintaining the documentation</a></td>
<td><a href="http://doc.php.net/tutorial/">Maintaining the documentation</a></td>
</tr>
<tr>
<td class="sub">Using PHP extensions</td>
<td><a href="https://wiki.php.net/doc/howto">Translating the documentation</a></td>
<td><a href="http://doc.php.net/tutorial/">Translating the documentation</a></td>
</tr>
<tr>
<td class="sub">Creating experimental PHP extensions</td>
Expand Down Expand Up @@ -273,7 +273,7 @@
Similarly, if you plan on contributing documentation, you should
<a href="mailto:phpdoc-subscribe@lists.php.net">subscribe to the
documentation mailing list</a>, and read the
<a href="https://wiki.php.net/doc/howto">PHP Documentation HOWTO</a>.
<a href="http://doc.php.net/tutorial/">PHP Documentation HOWTO</a>.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion license/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
copyright (c) the PHP Documentation Group
</li>
<li><a href="http://creativecommons.org/licenses/by/3.0/">Summary</a> in human-readable form</li>
<li>Practical Information: <a href="https://wiki.php.net/doc/howto">Documentation HOWTO</a></li>
<li>Practical Information: <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a></li>
</ul>

<a name="web-lic"></a>
Expand Down