Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Badge](https://components.espressif.com/components/espp/csv/badge.svg)](https://components.espressif.com/components/espp/csv)

The `csv.hpp` header provides a convenience include / wrapper around
`p-ranav/csv2 <https://github.com/p-pranav/csv2`_. It also exposes `csv2`'s
`p-ranav/csv2 <https://github.com/p-ranav/csv2`_. It also exposes `csv2`'s
include folder, so including `csv.hpp` is completely equivalent to including
both `csv2/reader.hpp` and `csv2/writer.hpp`. Please see the documentation for
csv2 if you have any questions about usage beyond the examples provided here.
Expand Down
2 changes: 1 addition & 1 deletion components/tabulate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `tabulate` component provides a nice and easy way to perform pretty-printing
of tabular data to the console or file.

The `tabulate.hpp` header provides a convenience include / wrapper around
[p-ranav/tabulate](https://github.com/p-pranav/tabulate). It also exposes
[p-ranav/tabulate](https://github.com/p-ranav/tabulate). It also exposes
`tabulate`'s include folder, so including `tabulate.hpp` is completely
equivalent to including both `tabulate/table.hpp`. Please see the documentation
for tabulate if you have any questions about usage beyond the examples provided
Expand Down
2 changes: 1 addition & 1 deletion doc/en/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CSV APIs
********

The `csv.hpp` header provides a convenience include / wrapper around
`p-ranav/csv2 <https://github.com/p-pranav/csv2>`_. It also exposes `csv2`'s
`p-ranav/csv2 <https://github.com/p-ranav/csv2>`_. It also exposes `csv2`'s
include folder, so including `csv.hpp` is completely equivalent to including
both `csv2/reader.hpp` and `csv2/writer.hpp`. Please see the documentation for
csv2 if you have any questions about usage beyond the examples provided here.
Expand Down
2 changes: 1 addition & 1 deletion doc/en/tabulate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `tabulate` component provides a nice and easy way to perform pretty-printing
of tabular data to the console or file.

The `tabulate.hpp` header provides a convenience include / wrapper around
`p-ranav/tabulate <https://github.com/p-pranav/tabulate>`_. It also exposes
`p-ranav/tabulate <https://github.com/p-ranav/tabulate>`_. It also exposes
`tabulate`'s include folder, so including `tabulate.hpp` is completely
equivalent to including both `tabulate/table.hpp`. Please see the documentation
for tabulate if you have any questions about usage beyond the examples provided
Expand Down
Loading