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 () | |
tree | 2a94debc016a50936501015b8145c466cf8bde13 /lib/uri/http.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.
-rw-r--r-- | lib/uri/http.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,7 +85,7 @@ module URI # == Description # # Returns the authority for an HTTP uri, as defined in - # https://datatracker.ietf.org/doc/html/rfc3986/#section-3.2. # # # Example: @@ -106,7 +106,7 @@ module URI # == Description # # Returns the origin for an HTTP uri, as defined in - # https://datatracker.ietf.org/doc/html/rfc6454. # # # Example: |