Skip to content

Commit 9cfcfac

Browse files
committed
Implemented global.ent entities for all external URLs, these new entities were ..
php/doc-en@e8ac70b
1 parent 661e9cc commit 9cfcfac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appendices/about.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: fc7fe7faecea431a37e1f809b2ba3056e4ef2e1b Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: e8ac70bf549a723cb36465667a6109d9933b8619 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55

66
<appendix xml:id="about" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -351,9 +351,9 @@ int strlen ( string $string )
351351
</para>
352352
<para>
353353
もし(どの言語でかかれたものでも)マニュアルに間違いが見つかったら
354-
<link xlink:href="https://github.com/php/?q=doc">https://github.com/php</link> にある、各言語の issue tracker を使って問題を報告して下さい。
354+
<link xlink:href="&url.php.git;">&url.php.git;</link> にある、各言語の issue tracker を使って問題を報告して下さい。
355355
たとえば、日本語版のマニュアルについては、
356-
<link xlink:href="https://github.com/php/doc-ja/issues">https://github.com/php/doc-ja/issues</link> になります。
356+
<link xlink:href="&url.php.git;doc-ja/issues">&url.php.git;doc-ja/issues</link> になります。
357357
マニュアルのフォーマットを含め、
358358
ドキュメントに関する問題はすべてここから送信してください。
359359
</para>

0 commit comments

Comments
 (0)