Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions reference/uri/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down