From 380289f99476fbfc48abf841a8a2d7361f64358e Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Mon, 24 Nov 2025 02:08:10 -0600 Subject: [PATCH] Update manual and API links to newly-published docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6c2bb5a6f..00ca0715ce6 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,15 @@ See the [Cassandra error handling done right blog](https://www.datastax.com/blog ## Useful links -* [Manual](manual/) +* [Manual] * [API docs] * Bug tracking: [JIRA] * [Mailing list] * [Changelog] * [FAQ] -[API docs]: https://docs.datastax.com/en/drivers/java/4.17 +[Manual]: https://apache.github.io/cassandra-java-driver/4.19.0/ +[API docs]: https://apache.github.io/cassandra-java-driver/4.19.0/api/ [JIRA]: https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSJAVA%20ORDER%20BY%20key%20DESC [Mailing list]: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user [Changelog]: changelog/