diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-03-28 09:45:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-03-28 11:44:45 +0900 |
commit | 7630a89a4bf352e1310b5323e3e2ee976eecddca (patch) | |
tree | 2a94debc016a50936501015b8145c466cf8bde13 /lib/uri/generic.rb | |
parent | 67bdb7aabaef106ee377dd7757365db1ce46d531 (diff) |
Use www.rfc-editor.org for RFC text.
We use the following site for that now:
* https://tools.ietf.org/ or http
* https://datatracker.ietf.org or http
Today, IETF said the official site of RFC is www.rfc-editor.org.
FYI: https://authors.ietf.org/en/references-in-rfcxml
I replaced them to www.rfc-editor.org.
Diffstat (limited to 'lib/uri/generic.rb')
-rw-r--r-- | lib/uri/generic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb index baa6a4c34c..bdd366661e 100644 --- a/lib/uri/generic.rb +++ b/lib/uri/generic.rb @@ -945,7 +945,7 @@ module URI # == Description # # URI has components listed in order of decreasing significance from left to right, - # see RFC3986 https://tools.ietf.org/html/rfc3986 1.2.3. + # see RFC3986 https://www.rfc-editor.org/rfc/rfc3986 1.2.3. # # == Usage # |