From 42f5b89a6cd58e50d2283db1bd95d4d32aff5651 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Mon, 15 Jun 2026 09:02:46 -0500 Subject: [PATCH] doc: Fix link to p-ranav repos --- components/csv/README.md | 2 +- components/tabulate/README.md | 2 +- doc/en/csv.rst | 2 +- doc/en/tabulate.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/csv/README.md b/components/csv/README.md index 219b2a320..9f5195f50 100644 --- a/components/csv/README.md +++ b/components/csv/README.md @@ -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 `_. It also exposes `csv2`'s +`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. diff --git a/doc/en/tabulate.rst b/doc/en/tabulate.rst index ef785e6ca..6f36d0acc 100644 --- a/doc/en/tabulate.rst +++ b/doc/en/tabulate.rst @@ -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 `_. It also exposes +`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