mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
docs: fix link to csvtool
Refer to the new home of the OCaml csv module. Thanks to: Yehuda Zimmerman.
This commit is contained in:
@@ -370,7 +370,7 @@ work reliably. This example has one row:
|
||||
"foo
|
||||
bar",baz
|
||||
|
||||
For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv>
|
||||
For shell scripts, use C<csvtool> (L<https://github.com/Chris00/ocaml-csv>
|
||||
also packaged in major Linux distributions).
|
||||
|
||||
For other languages, use a CSV processing library (eg. C<Text::CSV>
|
||||
|
||||
@@ -502,7 +502,7 @@ work reliably. This example has one row:
|
||||
"foo
|
||||
bar",baz
|
||||
|
||||
For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv>
|
||||
For shell scripts, use C<csvtool> (L<https://github.com/Chris00/ocaml-csv>
|
||||
also packaged in major Linux distributions).
|
||||
|
||||
For other languages, use a CSV processing library (eg. C<Text::CSV>
|
||||
|
||||
@@ -240,7 +240,7 @@ work reliably. This example has one row:
|
||||
"foo
|
||||
bar",baz
|
||||
|
||||
For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv>
|
||||
For shell scripts, use C<csvtool> (L<https://github.com/Chris00/ocaml-csv>
|
||||
also packaged in major Linux distributions).
|
||||
|
||||
For other languages, use a CSV processing library (eg. C<Text::CSV>
|
||||
|
||||
@@ -232,7 +232,7 @@ work reliably. This example has one row:
|
||||
"foo
|
||||
bar",baz
|
||||
|
||||
For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv>
|
||||
For shell scripts, use C<csvtool> (L<https://github.com/Chris00/ocaml-csv>
|
||||
also packaged in major Linux distributions).
|
||||
|
||||
For other languages, use a CSV processing library (eg. C<Text::CSV>
|
||||
|
||||
Reference in New Issue
Block a user