summaryrefslogtreecommitdiff
path: root/doc/csv/recipes/parsing.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/csv/recipes/parsing.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/csv/recipes/parsing.rdoc')
-rw-r--r--doc/csv/recipes/parsing.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/csv/recipes/parsing.rdoc b/doc/csv/recipes/parsing.rdoc
index f3528fbdf1..1b7071e33f 100644
--- a/doc/csv/recipes/parsing.rdoc
+++ b/doc/csv/recipes/parsing.rdoc
@@ -191,7 +191,7 @@ Output:
=== RFC 4180 Compliance
By default, \CSV parses data that is compliant with
-{RFC 4180}[https://tools.ietf.org/html/rfc4180]
+{RFC 4180}[https://www.rfc-editor.org/rfc/rfc4180]
with respect to:
- Row separator.
- Column separator.