appendices/about.xml
fc7fe7faecea431a37e1f809b2ba3056e4ef2e1b
...
...
@@ -340,14 +340,16 @@ Returns the length of given string.
340
340
</para>
341
341
<para>
342
342
If an error is found in this manual, in any language, please report them
343
-
using the bug system at <link xlink:href="&url.php.bugs;">&url.php.bugs;</link>.
344
-
Classify the bug as <literal>"Documentation Problem"</literal>. All documentation related
343
+
using the issue tracker of the respective language repository at <link xlink:href="https://github.com/php/?q=doc">https://github.com/php</link>;
344
+
for instance, errors in the English manual should be reported at
345
+
<link xlink:href="https://github.com/php/doc-en/issues">https://github.com/php/doc-en/issues</link>.
346
+
All documentation related
345
347
problems, including those about manual formats, should be submitted as bug
346
348
reports.
347
349
</para>
348
350
<note>
349
351
<para>
350
-
Please don't abuse the bug system by submitting requests for help.
352
+
Please don't abuse the issue trackers by submitting requests for help.
351
353
Instead, use one of the many
352
354
<link xlink:href="&url.php.support;">support options</link>.
353
355
</para>
...
...
@@ -399,9 +401,8 @@ Returns the length of given string.
399
401
<para>
400
402
The PHP manual is generated in various languages and formats, see
401
403
<link xlink:href="&url.php.docs;">&url.php.docs;</link> for additional details.
402
-
The <acronym>XML</acronym> source code may be downloaded from SVN and
403
-
viewed at <link xlink:href="&url.php.svn;">&url.php.svn;</link>. The
404
-
documentation is stored in the <literal>phpdoc</literal> module.
404
+
The <acronym>XML</acronym> source code may be downloaded from git and
405
+
viewed at <link xlink:href="&url.php.git.mirror;doc-en">&url.php.git.mirror;doc-en</link>.
405
406
</para>
406
407
</sect1>
407
408

...
...
@@ -418,7 +419,7 @@ Returns the length of given string.
418
419
</para>
419
420
<para>
420
421
People involved in the translations start from the <acronym>XML</acronym>
421
-
source code available from <link xlink:href="&url.php.git.mirror;doc-en">&url.php.git.mirror;doc-en"</link>
422
+
source code available from <link xlink:href="&url.php.git.mirror;doc-en">&url.php.git.mirror;doc-en</link>
422
423
and from it they translate to their mother language. They do
423
424
<emphasis>not use</emphasis> the generated versions (like
424
425
<acronym>HTML</acronym> or plain text) as it's the build system that takes
425
426