[DOC-CVS] [doc-en] master: uri: Fix structure (#5467)

[email protected] (Máté Kocsis via GitHub) Mon, 6 Apr 2026 17:57:49 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Máté Kocsis (kocsismate)
Committer: GitHub (web-flow)
Pusher: TimWolla
Date: 2026-04-06T19:57:46+02:00

Commit: https://github.com/php/doc-en/commit/39596f1226fd3b502bfbba09068ad6701235426f
Raw diff: https://github.com/php/doc-en/commit/39596f1226fd3b502bfbba09068ad6701235426f.diff

uri: Fix structure (#5467)

* Move the ext/uri method documentation to the correct folder

* Add the ext/uri enums to the documentation

Changed paths:
  A  reference/uri/uri/rfc3986/uri/construct.xml
  A  reference/uri/uri/rfc3986/uri/debuginfo.xml
  A  reference/uri/uri/rfc3986/uri/equals.xml
  A  reference/uri/uri/rfc3986/uri/getfragment.xml
  A  reference/uri/uri/rfc3986/uri/gethost.xml
  A  reference/uri/uri/rfc3986/uri/getpassword.xml
  A  reference/uri/uri/rfc3986/uri/getpath.xml
  A  reference/uri/uri/rfc3986/uri/getport.xml
  A  reference/uri/uri/rfc3986/uri/getquery.xml
  A  reference/uri/uri/rfc3986/uri/getrawfragment.xml
  A  reference/uri/uri/rfc3986/uri/getrawhost.xml
  A  reference/uri/uri/rfc3986/uri/getrawpassword.xml
  A  reference/uri/uri/rfc3986/uri/getrawpath.xml
  A  reference/uri/uri/rfc3986/uri/getrawquery.xml
  A  reference/uri/uri/rfc3986/uri/getrawscheme.xml
  A  reference/uri/uri/rfc3986/uri/getrawuserinfo.xml
  A  reference/uri/uri/rfc3986/uri/getrawusername.xml
  A  reference/uri/uri/rfc3986/uri/getscheme.xml
  A  reference/uri/uri/rfc3986/uri/getuserinfo.xml
  A  reference/uri/uri/rfc3986/uri/getusername.xml
  A  reference/uri/uri/rfc3986/uri/parse.xml
  A  reference/uri/uri/rfc3986/uri/resolve.xml
  A  reference/uri/uri/rfc3986/uri/serialize.xml
  A  reference/uri/uri/rfc3986/uri/torawstring.xml
  A  reference/uri/uri/rfc3986/uri/tostring.xml
  A  reference/uri/uri/rfc3986/uri/unserialize.xml
  A  reference/uri/uri/rfc3986/uri/withfragment.xml
  A  reference/uri/uri/rfc3986/uri/withhost.xml
  A  reference/uri/uri/rfc3986/uri/withpath.xml
  A  reference/uri/uri/rfc3986/uri/withport.xml
  A  reference/uri/uri/rfc3986/uri/withquery.xml
  A  reference/uri/uri/rfc3986/uri/withscheme.xml
  A  reference/uri/uri/rfc3986/uri/withuserinfo.xml
  A  reference/uri/uri/whatwg/invalidurlexception/construct.xml
  A  reference/uri/uri/whatwg/url/construct.xml
  A  reference/uri/uri/whatwg/url/debuginfo.xml
  A  reference/uri/uri/whatwg/url/equals.xml
  A  reference/uri/uri/whatwg/url/getasciihost.xml
  A  reference/uri/uri/whatwg/url/getfragment.xml
  A  reference/uri/uri/whatwg/url/getpassword.xml
  A  reference/uri/uri/whatwg/url/getpath.xml
  A  reference/uri/uri/whatwg/url/getport.xml
  A  reference/uri/uri/whatwg/url/getquery.xml
  A  reference/uri/uri/whatwg/url/getscheme.xml
  A  reference/uri/uri/whatwg/url/getunicodehost.xml
  A  reference/uri/uri/whatwg/url/getusername.xml
  A  reference/uri/uri/whatwg/url/parse.xml
  A  reference/uri/uri/whatwg/url/resolve.xml
  A  reference/uri/uri/whatwg/url/serialize.xml
  A  reference/uri/uri/whatwg/url/toasciistring.xml
  A  reference/uri/uri/whatwg/url/tounicodestring.xml
  A  reference/uri/uri/whatwg/url/unserialize.xml
  A  reference/uri/uri/whatwg/url/withfragment.xml
  A  reference/uri/uri/whatwg/url/withhost.xml
  A  reference/uri/uri/whatwg/url/withpassword.xml
  A  reference/uri/uri/whatwg/url/withpath.xml
  A  reference/uri/uri/whatwg/url/withport.xml
  A  reference/uri/uri/whatwg/url/withquery.xml
  A  reference/uri/uri/whatwg/url/withscheme.xml
  A  reference/uri/uri/whatwg/url/withusername.xml
  A  reference/uri/uri/whatwg/urlvalidationerror/construct.xml
  D  reference/uri/rfc3986/uri/construct.xml
  D  reference/uri/rfc3986/uri/debuginfo.xml
  D  reference/uri/rfc3986/uri/equals.xml
  D  reference/uri/rfc3986/uri/getfragment.xml
  D  reference/uri/rfc3986/uri/gethost.xml
  D  reference/uri/rfc3986/uri/getpassword.xml
  D  reference/uri/rfc3986/uri/getpath.xml
  D  reference/uri/rfc3986/uri/getport.xml
  D  reference/uri/rfc3986/uri/getquery.xml
  D  reference/uri/rfc3986/uri/getrawfragment.xml
  D  reference/uri/rfc3986/uri/getrawhost.xml
  D  reference/uri/rfc3986/uri/getrawpassword.xml
  D  reference/uri/rfc3986/uri/getrawpath.xml
  D  reference/uri/rfc3986/uri/getrawquery.xml
  D  reference/uri/rfc3986/uri/getrawscheme.xml
  D  reference/uri/rfc3986/uri/getrawuserinfo.xml
  D  reference/uri/rfc3986/uri/getrawusername.xml
  D  reference/uri/rfc3986/uri/getscheme.xml
  D  reference/uri/rfc3986/uri/getuserinfo.xml
  D  reference/uri/rfc3986/uri/getusername.xml
  D  reference/uri/rfc3986/uri/parse.xml
  D  reference/uri/rfc3986/uri/resolve.xml
  D  reference/uri/rfc3986/uri/serialize.xml
  D  reference/uri/rfc3986/uri/torawstring.xml
  D  reference/uri/rfc3986/uri/tostring.xml
  D  reference/uri/rfc3986/uri/unserialize.xml
  D  reference/uri/rfc3986/uri/withfragment.xml
  D  reference/uri/rfc3986/uri/withhost.xml
  D  reference/uri/rfc3986/uri/withpath.xml
  D  reference/uri/rfc3986/uri/withport.xml
  D  reference/uri/rfc3986/uri/withquery.xml
  D  reference/uri/rfc3986/uri/withscheme.xml
  D  reference/uri/rfc3986/uri/withuserinfo.xml
  D  reference/uri/whatwg/invalidurlexception/construct.xml
  D  reference/uri/whatwg/url/construct.xml
  D  reference/uri/whatwg/url/debuginfo.xml
  D  reference/uri/whatwg/url/equals.xml
  D  reference/uri/whatwg/url/getasciihost.xml
  D  reference/uri/whatwg/url/getfragment.xml
  D  reference/uri/whatwg/url/getpassword.xml
  D  reference/uri/whatwg/url/getpath.xml
  D  reference/uri/whatwg/url/getport.xml
  D  reference/uri/whatwg/url/getquery.xml
  D  reference/uri/whatwg/url/getscheme.xml
  D  reference/uri/whatwg/url/getunicodehost.xml
  D  reference/uri/whatwg/url/getusername.xml
  D  reference/uri/whatwg/url/parse.xml
  D  reference/uri/whatwg/url/resolve.xml
  D  reference/uri/whatwg/url/serialize.xml
  D  reference/uri/whatwg/url/toasciistring.xml
  D  reference/uri/whatwg/url/tounicodestring.xml
  D  reference/uri/whatwg/url/unserialize.xml
  D  reference/uri/whatwg/url/withfragment.xml
  D  reference/uri/whatwg/url/withhost.xml
  D  reference/uri/whatwg/url/withpassword.xml
  D  reference/uri/whatwg/url/withpath.xml
  D  reference/uri/whatwg/url/withport.xml
  D  reference/uri/whatwg/url/withquery.xml
  D  reference/uri/whatwg/url/withscheme.xml
  D  reference/uri/whatwg/url/withusername.xml
  D  reference/uri/whatwg/urlvalidationerror/construct.xml
  M  reference/uri/book.xml


Diff:

diff --git a/reference/uri/book.xml b/reference/uri/book.xml
index 39425695e8df..1be38937aa30 100644
--- a/reference/uri/book.xml
+++ b/reference/uri/book.xml
@@ -21,6 +21,7 @@
  </preface>
 
  &reference.uri.uri.invaliduriexception;
+ &reference.uri.uri.uricomparisonmode;
  &reference.uri.uri.urierror;
  &reference.uri.uri.uriexception;
 
@@ -29,6 +30,7 @@
  &reference.uri.uri.whatwg.invalidurlexception;
  &reference.uri.uri.whatwg.url;
  &reference.uri.uri.whatwg.urlvalidationerror;
+ &reference.uri.uri.whatwg.urlvalidationerrortype;
 </book>
 <!-- Keep this comment at the end of the file
 Local variables:
diff --git a/reference/uri/rfc3986/uri/construct.xml b/reference/uri/uri/rfc3986/uri/construct.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/construct.xml
rename to reference/uri/uri/rfc3986/uri/construct.xml
diff --git a/reference/uri/rfc3986/uri/debuginfo.xml b/reference/uri/uri/rfc3986/uri/debuginfo.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/debuginfo.xml
rename to reference/uri/uri/rfc3986/uri/debuginfo.xml
diff --git a/reference/uri/rfc3986/uri/equals.xml b/reference/uri/uri/rfc3986/uri/equals.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/equals.xml
rename to reference/uri/uri/rfc3986/uri/equals.xml
diff --git a/reference/uri/rfc3986/uri/getfragment.xml b/reference/uri/uri/rfc3986/uri/getfragment.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getfragment.xml
rename to reference/uri/uri/rfc3986/uri/getfragment.xml
diff --git a/reference/uri/rfc3986/uri/gethost.xml b/reference/uri/uri/rfc3986/uri/gethost.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/gethost.xml
rename to reference/uri/uri/rfc3986/uri/gethost.xml
diff --git a/reference/uri/rfc3986/uri/getpassword.xml b/reference/uri/uri/rfc3986/uri/getpassword.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getpassword.xml
rename to reference/uri/uri/rfc3986/uri/getpassword.xml
diff --git a/reference/uri/rfc3986/uri/getpath.xml b/reference/uri/uri/rfc3986/uri/getpath.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getpath.xml
rename to reference/uri/uri/rfc3986/uri/getpath.xml
diff --git a/reference/uri/rfc3986/uri/getport.xml b/reference/uri/uri/rfc3986/uri/getport.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getport.xml
rename to reference/uri/uri/rfc3986/uri/getport.xml
diff --git a/reference/uri/rfc3986/uri/getquery.xml b/reference/uri/uri/rfc3986/uri/getquery.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getquery.xml
rename to reference/uri/uri/rfc3986/uri/getquery.xml
diff --git a/reference/uri/rfc3986/uri/getrawfragment.xml b/reference/uri/uri/rfc3986/uri/getrawfragment.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawfragment.xml
rename to reference/uri/uri/rfc3986/uri/getrawfragment.xml
diff --git a/reference/uri/rfc3986/uri/getrawhost.xml b/reference/uri/uri/rfc3986/uri/getrawhost.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawhost.xml
rename to reference/uri/uri/rfc3986/uri/getrawhost.xml
diff --git a/reference/uri/rfc3986/uri/getrawpassword.xml b/reference/uri/uri/rfc3986/uri/getrawpassword.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawpassword.xml
rename to reference/uri/uri/rfc3986/uri/getrawpassword.xml
diff --git a/reference/uri/rfc3986/uri/getrawpath.xml b/reference/uri/uri/rfc3986/uri/getrawpath.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawpath.xml
rename to reference/uri/uri/rfc3986/uri/getrawpath.xml
diff --git a/reference/uri/rfc3986/uri/getrawquery.xml b/reference/uri/uri/rfc3986/uri/getrawquery.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawquery.xml
rename to reference/uri/uri/rfc3986/uri/getrawquery.xml
diff --git a/reference/uri/rfc3986/uri/getrawscheme.xml b/reference/uri/uri/rfc3986/uri/getrawscheme.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawscheme.xml
rename to reference/uri/uri/rfc3986/uri/getrawscheme.xml
diff --git a/reference/uri/rfc3986/uri/getrawuserinfo.xml b/reference/uri/uri/rfc3986/uri/getrawuserinfo.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawuserinfo.xml
rename to reference/uri/uri/rfc3986/uri/getrawuserinfo.xml
diff --git a/reference/uri/rfc3986/uri/getrawusername.xml b/reference/uri/uri/rfc3986/uri/getrawusername.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getrawusername.xml
rename to reference/uri/uri/rfc3986/uri/getrawusername.xml
diff --git a/reference/uri/rfc3986/uri/getscheme.xml b/reference/uri/uri/rfc3986/uri/getscheme.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getscheme.xml
rename to reference/uri/uri/rfc3986/uri/getscheme.xml
diff --git a/reference/uri/rfc3986/uri/getuserinfo.xml b/reference/uri/uri/rfc3986/uri/getuserinfo.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getuserinfo.xml
rename to reference/uri/uri/rfc3986/uri/getuserinfo.xml
diff --git a/reference/uri/rfc3986/uri/getusername.xml b/reference/uri/uri/rfc3986/uri/getusername.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/getusername.xml
rename to reference/uri/uri/rfc3986/uri/getusername.xml
diff --git a/reference/uri/rfc3986/uri/parse.xml b/reference/uri/uri/rfc3986/uri/parse.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/parse.xml
rename to reference/uri/uri/rfc3986/uri/parse.xml
diff --git a/reference/uri/rfc3986/uri/resolve.xml b/reference/uri/uri/rfc3986/uri/resolve.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/resolve.xml
rename to reference/uri/uri/rfc3986/uri/resolve.xml
diff --git a/reference/uri/rfc3986/uri/serialize.xml b/reference/uri/uri/rfc3986/uri/serialize.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/serialize.xml
rename to reference/uri/uri/rfc3986/uri/serialize.xml
diff --git a/reference/uri/rfc3986/uri/torawstring.xml b/reference/uri/uri/rfc3986/uri/torawstring.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/torawstring.xml
rename to reference/uri/uri/rfc3986/uri/torawstring.xml
diff --git a/reference/uri/rfc3986/uri/tostring.xml b/reference/uri/uri/rfc3986/uri/tostring.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/tostring.xml
rename to reference/uri/uri/rfc3986/uri/tostring.xml
diff --git a/reference/uri/rfc3986/uri/unserialize.xml b/reference/uri/uri/rfc3986/uri/unserialize.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/unserialize.xml
rename to reference/uri/uri/rfc3986/uri/unserialize.xml
diff --git a/reference/uri/rfc3986/uri/withfragment.xml b/reference/uri/uri/rfc3986/uri/withfragment.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withfragment.xml
rename to reference/uri/uri/rfc3986/uri/withfragment.xml
diff --git a/reference/uri/rfc3986/uri/withhost.xml b/reference/uri/uri/rfc3986/uri/withhost.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withhost.xml
rename to reference/uri/uri/rfc3986/uri/withhost.xml
diff --git a/reference/uri/rfc3986/uri/withpath.xml b/reference/uri/uri/rfc3986/uri/withpath.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withpath.xml
rename to reference/uri/uri/rfc3986/uri/withpath.xml
diff --git a/reference/uri/rfc3986/uri/withport.xml b/reference/uri/uri/rfc3986/uri/withport.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withport.xml
rename to reference/uri/uri/rfc3986/uri/withport.xml
diff --git a/reference/uri/rfc3986/uri/withquery.xml b/reference/uri/uri/rfc3986/uri/withquery.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withquery.xml
rename to reference/uri/uri/rfc3986/uri/withquery.xml
diff --git a/reference/uri/rfc3986/uri/withscheme.xml b/reference/uri/uri/rfc3986/uri/withscheme.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withscheme.xml
rename to reference/uri/uri/rfc3986/uri/withscheme.xml
diff --git a/reference/uri/rfc3986/uri/withuserinfo.xml b/reference/uri/uri/rfc3986/uri/withuserinfo.xml
similarity index 100%
rename from reference/uri/rfc3986/uri/withuserinfo.xml
rename to reference/uri/uri/rfc3986/uri/withuserinfo.xml
diff --git a/reference/uri/whatwg/invalidurlexception/construct.xml b/reference/uri/uri/whatwg/invalidurlexception/construct.xml
similarity index 100%
rename from reference/uri/whatwg/invalidurlexception/construct.xml
rename to reference/uri/uri/whatwg/invalidurlexception/construct.xml
diff --git a/reference/uri/whatwg/url/construct.xml b/reference/uri/uri/whatwg/url/construct.xml
similarity index 100%
rename from reference/uri/whatwg/url/construct.xml
rename to reference/uri/uri/whatwg/url/construct.xml
diff --git a/reference/uri/whatwg/url/debuginfo.xml b/reference/uri/uri/whatwg/url/debuginfo.xml
similarity index 100%
rename from reference/uri/whatwg/url/debuginfo.xml
rename to reference/uri/uri/whatwg/url/debuginfo.xml
diff --git a/reference/uri/whatwg/url/equals.xml b/reference/uri/uri/whatwg/url/equals.xml
similarity index 100%
rename from reference/uri/whatwg/url/equals.xml
rename to reference/uri/uri/whatwg/url/equals.xml
diff --git a/reference/uri/whatwg/url/getasciihost.xml b/reference/uri/uri/whatwg/url/getasciihost.xml
similarity index 100%
rename from reference/uri/whatwg/url/getasciihost.xml
rename to reference/uri/uri/whatwg/url/getasciihost.xml
diff --git a/reference/uri/whatwg/url/getfragment.xml b/reference/uri/uri/whatwg/url/getfragment.xml
similarity index 100%
rename from reference/uri/whatwg/url/getfragment.xml
rename to reference/uri/uri/whatwg/url/getfragment.xml
diff --git a/reference/uri/whatwg/url/getpassword.xml b/reference/uri/uri/whatwg/url/getpassword.xml
similarity index 100%
rename from reference/uri/whatwg/url/getpassword.xml
rename to reference/uri/uri/whatwg/url/getpassword.xml
diff --git a/reference/uri/whatwg/url/getpath.xml b/reference/uri/uri/whatwg/url/getpath.xml
similarity index 100%
rename from reference/uri/whatwg/url/getpath.xml
rename to reference/uri/uri/whatwg/url/getpath.xml
diff --git a/reference/uri/whatwg/url/getport.xml b/reference/uri/uri/whatwg/url/getport.xml
similarity index 100%
rename from reference/uri/whatwg/url/getport.xml
rename to reference/uri/uri/whatwg/url/getport.xml
diff --git a/reference/uri/whatwg/url/getquery.xml b/reference/uri/uri/whatwg/url/getquery.xml
similarity index 100%
rename from reference/uri/whatwg/url/getquery.xml
rename to reference/uri/uri/whatwg/url/getquery.xml
diff --git a/reference/uri/whatwg/url/getscheme.xml b/reference/uri/uri/whatwg/url/getscheme.xml
similarity index 100%
rename from reference/uri/whatwg/url/getscheme.xml
rename to reference/uri/uri/whatwg/url/getscheme.xml
diff --git a/reference/uri/whatwg/url/getunicodehost.xml b/reference/uri/uri/whatwg/url/getunicodehost.xml
similarity index 100%
rename from reference/uri/whatwg/url/getunicodehost.xml
rename to reference/uri/uri/whatwg/url/getunicodehost.xml
diff --git a/reference/uri/whatwg/url/getusername.xml b/reference/uri/uri/whatwg/url/getusername.xml
similarity index 100%
rename from reference/uri/whatwg/url/getusername.xml
rename to reference/uri/uri/whatwg/url/getusername.xml
diff --git a/reference/uri/whatwg/url/parse.xml b/reference/uri/uri/whatwg/url/parse.xml
similarity index 100%
rename from reference/uri/whatwg/url/parse.xml
rename to reference/uri/uri/whatwg/url/parse.xml
diff --git a/reference/uri/whatwg/url/resolve.xml b/reference/uri/uri/whatwg/url/resolve.xml
similarity index 100%
rename from reference/uri/whatwg/url/resolve.xml
rename to reference/uri/uri/whatwg/url/resolve.xml
diff --git a/reference/uri/whatwg/url/serialize.xml b/reference/uri/uri/whatwg/url/serialize.xml
similarity index 100%
rename from reference/uri/whatwg/url/serialize.xml
rename to reference/uri/uri/whatwg/url/serialize.xml
diff --git a/reference/uri/whatwg/url/toasciistring.xml b/reference/uri/uri/whatwg/url/toasciistring.xml
similarity index 100%
rename from reference/uri/whatwg/url/toasciistring.xml
rename to reference/uri/uri/whatwg/url/toasciistring.xml
diff --git a/reference/uri/whatwg/url/tounicodestring.xml b/reference/uri/uri/whatwg/url/tounicodestring.xml
similarity index 100%
rename from reference/uri/whatwg/url/tounicodestring.xml
rename to reference/uri/uri/whatwg/url/tounicodestring.xml
diff --git a/reference/uri/whatwg/url/unserialize.xml b/reference/uri/uri/whatwg/url/unserialize.xml
similarity index 100%
rename from reference/uri/whatwg/url/unserialize.xml
rename to reference/uri/uri/whatwg/url/unserialize.xml
diff --git a/reference/uri/whatwg/url/withfragment.xml b/reference/uri/uri/whatwg/url/withfragment.xml
similarity index 100%
rename from reference/uri/whatwg/url/withfragment.xml
rename to reference/uri/uri/whatwg/url/withfragment.xml
diff --git a/reference/uri/whatwg/url/withhost.xml b/reference/uri/uri/whatwg/url/withhost.xml
similarity index 100%
rename from reference/uri/whatwg/url/withhost.xml
rename to reference/uri/uri/whatwg/url/withhost.xml
diff --git a/reference/uri/whatwg/url/withpassword.xml b/reference/uri/uri/whatwg/url/withpassword.xml
similarity index 100%
rename from reference/uri/whatwg/url/withpassword.xml
rename to reference/uri/uri/whatwg/url/withpassword.xml
diff --git a/reference/uri/whatwg/url/withpath.xml b/reference/uri/uri/whatwg/url/withpath.xml
similarity index 100%
rename from reference/uri/whatwg/url/withpath.xml
rename to reference/uri/uri/whatwg/url/withpath.xml
diff --git a/reference/uri/whatwg/url/withport.xml b/reference/uri/uri/whatwg/url/withport.xml
similarity index 100%
rename from reference/uri/whatwg/url/withport.xml
rename to reference/uri/uri/whatwg/url/withport.xml
diff --git a/reference/uri/whatwg/url/withquery.xml b/reference/uri/uri/whatwg/url/withquery.xml
similarity index 100%
rename from reference/uri/whatwg/url/withquery.xml
rename to reference/uri/uri/whatwg/url/withquery.xml
diff --git a/reference/uri/whatwg/url/withscheme.xml b/reference/uri/uri/whatwg/url/withscheme.xml
similarity index 100%
rename from reference/uri/whatwg/url/withscheme.xml
rename to reference/uri/uri/whatwg/url/withscheme.xml
diff --git a/reference/uri/whatwg/url/withusername.xml b/reference/uri/uri/whatwg/url/withusername.xml
similarity index 100%
rename from reference/uri/whatwg/url/withusername.xml
rename to reference/uri/uri/whatwg/url/withusername.xml
diff --git a/reference/uri/whatwg/urlvalidationerror/construct.xml b/reference/uri/uri/whatwg/urlvalidationerror/construct.xml
similarity index 100%
rename from reference/uri/whatwg/urlvalidationerror/construct.xml
rename to reference/uri/uri/whatwg/urlvalidationerror/construct.xml