Skip to content

Commit

Permalink
Use www.rfc-editor.org for RFC text.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hsbt committed Mar 28, 2024
1 parent 38db0bd commit 5a73c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/random/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def urlsafe_base64(n=nil, padding=false)
#
# The result contains 122 random bits (15.25 random bytes).
#
# See RFC4122[https://datatracker.ietf.org/doc/html/rfc4122] for details of UUID.
# See RFC4122[https://www.rfc-editor.org/rfc/rfc4122] for details of UUID.
#
def uuid
ary = random_bytes(16)
Expand Down

0 comments on commit 5a73c37

Please sign in to comment.