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 (patch) | |
tree | 2a94debc016a50936501015b8145c466cf8bde13 /doc/csv | |
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.
Diffstat (limited to 'doc/csv')
-rw-r--r-- | doc/csv/recipes/generating.rdoc | 2 | ||||
-rw-r--r-- | doc/csv/recipes/parsing.rdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/csv/recipes/generating.rdoc b/doc/csv/recipes/generating.rdoc index a6bd88a714..e61838d31a 100644 --- a/doc/csv/recipes/generating.rdoc +++ b/doc/csv/recipes/generating.rdoc @@ -163,7 +163,7 @@ This example defines and uses two custom write converters to strip and upcase ge === RFC 4180 Compliance By default, \CSV generates 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: - Column separator. - Quote character. 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. |