From c373f1f0f1f7dad79fb7476c73f7a357b0c7ff81 Mon Sep 17 00:00:00 2001 From: skedwards88 Date: Wed, 19 Aug 2026 13:51:33 -0700 Subject: [PATCH] update readme to point to hcd 2.0 instead of 1.0 --- GUIDE>MD | 4 ++-- README.MD | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/GUIDE>MD b/GUIDE>MD index 051c5bff..9261b8b3 100644 --- a/GUIDE>MD +++ b/GUIDE>MD @@ -1,7 +1,7 @@ API Limitation -https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/dataapi-limits.html +https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/dataapi-limits.html Availability @@ -19,4 +19,4 @@ Searches: Counting: => cannot count result of a filter above 1000 -=> abive 1000 the count will be an estimate \ No newline at end of file +=> abive 1000 the count will be an estimate diff --git a/README.MD b/README.MD index 1238fd1f..b8255f0e 100644 --- a/README.MD +++ b/README.MD @@ -334,8 +334,9 @@ If you encounter any issues or have questions: - [API Reference](https://docs.datastax.com/en/astra-db-serverless/api-reference/dataapiclient.html) **Hyper-Converged Database (HCD)** -- [Quickstart: Collections](https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/quickstart.html) -- [Quickstart: Tables](https://docs.datastax.com/en/hyper-converged-database/1.2/api-reference/quickstart-tables.html) +- [Quickstart: Collections](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/quickstart.html) +- [Quickstart: Tables](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/quickstart-tables.html) +- [API Reference](https://docs.datastax.com/en/hyper-converged-database/2.0/api-reference/dataapiclient.html) ---