File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 79
79
<ul class="content-box listed">
80
80
<li>
81
81
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>.
83
83
</li>
84
84
<li>
85
85
<a href="http://gtk.php.net/docs.php">PHP-GTK related documentation</a>
Original file line number Diff line number Diff line change 104
104
// BC: handle documentation howto moved to the doc.php.net server
105
105
// (redirect to index page)
106
106
if (preg_match ("!^manual/howto/! " , $ URI , $ array )) {
107
- mirror_redirect ("https ://wiki .php.net/doc/howto " );
107
+ mirror_redirect ("http ://doc .php.net/tutorial/ " );
108
108
}
109
109
110
110
// ============================================================================
Original file line number Diff line number Diff line change 215
215
</tr>
216
216
<tr>
217
217
<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>
219
219
</tr>
220
220
<tr>
221
221
<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>
223
223
</tr>
224
224
<tr>
225
225
<td class="sub">Creating experimental PHP extensions</td>
273
273
Similarly, if you plan on contributing documentation, you should
274
274
<a href="mailto:
[email protected] ">subscribe to the
275
275
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>.
277
277
</p>
278
278
279
279
<p>
Original file line number Diff line number Diff line change 65
65
copyright (c) the PHP Documentation Group
66
66
</li>
67
67
<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>
69
69
</ul>
70
70
71
71
<a name="web-lic"></a>
You can’t perform that action at this time.
0 commit comments