[DOC-CVS] [doc-en] master: uri: Improve wording in book introduction (#5470)

[email protected] (Tim Düsterhus via GitHub) Mon, 6 Apr 2026 19:58:08 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Tim Düsterhus (TimWolla)
Committer: GitHub (web-flow)
Pusher: kocsismate
Date: 2026-04-06T21:58:05+02:00

Commit: https://github.com/php/doc-en/commit/1b0eee0930dc27badc5402375581ab67902d2eb0
Raw diff: https://github.com/php/doc-en/commit/1b0eee0930dc27badc5402375581ab67902d2eb0.diff

uri: Improve wording in book introduction (#5470)

Changed paths:
  M  reference/uri/book.xml


Diff:

diff --git a/reference/uri/book.xml b/reference/uri/book.xml
index 1be38937aa30..96b5b07ab8cb 100644
--- a/reference/uri/book.xml
+++ b/reference/uri/book.xml
@@ -13,10 +13,11 @@
    identify resources on the Internet.
   </simpara>
   <simpara>
-   URI implements RFC 3986, Uniform Resource Identifier (URI): Generic Syntax,
-   which can be found at <link xlink:href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</link>.
-   And WHATWG URL Standard, which can be found at
-   <link xlink:href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</link>.
+   This extension implements functionality that follows the
+   <link xlink:href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986,
+   Uniform Resource Identifier (URI): Generic Syntax</link> and
+   <link xlink:href="https://url.spec.whatwg.org/">WHATWG URL Standard</link>
+   specifications.
   </simpara>
  </preface>