From 43ace966e2d926366721a24453766dc36f21fe3f Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:43:06 -0800 Subject: [PATCH] fix busted table --- documentation/clients/ingest-c-and-cpp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/clients/ingest-c-and-cpp.md b/documentation/clients/ingest-c-and-cpp.md index 04206544..948d11d5 100644 --- a/documentation/clients/ingest-c-and-cpp.md +++ b/documentation/clients/ingest-c-and-cpp.md @@ -197,7 +197,9 @@ This sectioni s for the QuestDB C client. Skip to the bottom of this page for information relating to both the C and C++ clients. -::: +::: + + Explore the full capabilities of the C client via the [C README](https://github.com/questdb/c-questdb-client/blob/main/doc/C.md).