summaryrefslogtreecommitdiff
path: root/doc/strftime_formatting.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-03-28 09:45:01 +0900
committerHiroshi SHIBATA <[email protected]>2024-03-28 11:44:45 +0900
commit7630a89a4bf352e1310b5323e3e2ee976eecddca (patch)
tree2a94debc016a50936501015b8145c466cf8bde13 /doc/strftime_formatting.rdoc
parent67bdb7aabaef106ee377dd7757365db1ce46d531 (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 'doc/strftime_formatting.rdoc')
-rw-r--r--doc/strftime_formatting.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/strftime_formatting.rdoc b/doc/strftime_formatting.rdoc
index 7694752a21..5c7b33155d 100644
--- a/doc/strftime_formatting.rdoc
+++ b/doc/strftime_formatting.rdoc
@@ -356,7 +356,7 @@ each based on an external standard.
== HTTP Format
The HTTP date format is based on
-{RFC 2616}[https://datatracker.ietf.org/doc/html/rfc2616],
+{RFC 2616}[https://www.rfc-editor.org/rfc/rfc2616],
and treats dates in the format <tt>'%a, %d %b %Y %T GMT'</tt>:
d = Date.new(2001, 2, 3) # => #<Date: 2001-02-03>
@@ -371,7 +371,7 @@ and treats dates in the format <tt>'%a, %d %b %Y %T GMT'</tt>:
== RFC 3339 Format
The RFC 3339 date format is based on
-{RFC 3339}[https://datatracker.ietf.org/doc/html/rfc3339]:
+{RFC 3339}[https://www.rfc-editor.org/rfc/rfc3339]:
d = Date.new(2001, 2, 3) # => #<Date: 2001-02-03>
# Return 3339-formatted string.
@@ -385,7 +385,7 @@ The RFC 3339 date format is based on
== RFC 2822 Format
The RFC 2822 date format is based on
-{RFC 2822}[https://datatracker.ietf.org/doc/html/rfc2822],
+{RFC 2822}[https://www.rfc-editor.org/rfc/rfc2822],
and treats dates in the format <tt>'%a, %-d %b %Y %T %z'</tt>]:
d = Date.new(2001, 2, 3) # => #<Date: 2001-02-03>