Skip to content

Commit 698021b

Browse files
author
KostyaTretyak
committed
Replaced old link "Documentation HOWTO" on new (doc.php.net/tutorial/)
1 parent 7aa319f commit 698021b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<ul class="content-box listed">
8080
<li>
8181
If you are interested in how the documentation is edited and translated,
82-
you should read the <a href="https://wiki.php.net/doc/howto">Documentation HOWTO</a>.
82+
you should read the <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a>.
8383
</li>
8484
<li>
8585
<a href="http://gtk.php.net/docs.php">PHP-GTK related documentation</a>

error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
// BC: handle documentation howto moved to the doc.php.net server
105105
// (redirect to index page)
106106
if (preg_match("!^manual/howto/!", $URI, $array)) {
107-
mirror_redirect("https://wiki.php.net/doc/howto");
107+
mirror_redirect("http://doc.php.net/tutorial/");
108108
}
109109

110110
// ============================================================================

git-php.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@
215215
</tr>
216216
<tr>
217217
<td class="sub">Reading the PHP source</td>
218-
<td><a href="https://wiki.php.net/doc/howto">Maintaining the documentation</a></td>
218+
<td><a href="http://doc.php.net/tutorial/">Maintaining the documentation</a></td>
219219
</tr>
220220
<tr>
221221
<td class="sub">Using PHP extensions</td>
222-
<td><a href="https://wiki.php.net/doc/howto">Translating the documentation</a></td>
222+
<td><a href="http://doc.php.net/tutorial/">Translating the documentation</a></td>
223223
</tr>
224224
<tr>
225225
<td class="sub">Creating experimental PHP extensions</td>
@@ -273,7 +273,7 @@
273273
Similarly, if you plan on contributing documentation, you should
274274
<a href="mailto:[email protected]">subscribe to the
275275
documentation mailing list</a>, and read the
276-
<a href="https://wiki.php.net/doc/howto">PHP Documentation HOWTO</a>.
276+
<a href="http://doc.php.net/tutorial/">PHP Documentation HOWTO</a>.
277277
</p>
278278

279279
<p>

license/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
copyright (c) the PHP Documentation Group
6666
</li>
6767
<li><a href="http://creativecommons.org/licenses/by/3.0/">Summary</a> in human-readable form</li>
68-
<li>Practical Information: <a href="https://wiki.php.net/doc/howto">Documentation HOWTO</a></li>
68+
<li>Practical Information: <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a></li>
6969
</ul>
7070

7171
<a name="web-lic"></a>

0 commit comments

Comments
 (0)