diff options
-rw-r--r-- | lib/uri/generic.rb | 2 | ||||
-rw-r--r-- | lib/uri/http.rb | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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. # # == Usage # @@ -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: |