Skip to content

Commit ba00332

Browse files
committed
Update docs.
1 parent b6e6f3b commit ba00332

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ This tool may be useful for those who want to handle data easily and roughly, wi
4242
* Transaction Management
4343
* Support loading data from Standard Input
4444
* Support following file formats
45-
* CSV
45+
* [CSV](https://datatracker.ietf.org/doc/html/rfc4180)
4646
* TSV
47-
* LTSV
47+
* [LTSV](http://ltsv.org)
4848
* Fixed-Length Format
49-
* JSON
50-
* JSON Lines
49+
* [JSON](https://datatracker.ietf.org/doc/html/rfc8259)
50+
* [JSON Lines](https://jsonlines.org)
5151
* Support following file encodings
5252
* UTF-8
5353
* UTF-16

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ This tool may be useful for those who want to handle data easily and roughly, wi
4646
* [Transaction Management]({{ '/reference/transaction.html' | relative_url }})
4747
* Support loading data from Standard Input
4848
* Support following file formats
49-
* CSV
49+
* [CSV](https://datatracker.ietf.org/doc/html/rfc4180)
5050
* TSV
51-
* LTSV
51+
* [LTSV](http://ltsv.org)
5252
* Fixed-Length Format
53-
* [JSON]({{ '/reference/json.html' | relative_url }})
54-
* JSON Lines
53+
* [JSON](https://datatracker.ietf.org/doc/html/rfc8259)
54+
* [JSON Lines](https://jsonlines.org)
5555
* Support following file encodings
5656
* UTF-8
5757
* UTF-16

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
77
<url>
88
<loc>https://mithrandie.github.io/csvq/</loc>
9-
<lastmod>2022-08-14T07:45:53+00:00</lastmod>
9+
<lastmod>2022-09-02T14:19:18+00:00</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://mithrandie.github.io/csvq/reference.html</loc>

0 commit comments

Comments
 (0)