From 5adf2644e7c262b81575d516379ce27fc25dbf1f Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Fri, 4 Oct 2024 05:54:44 -0700 Subject: [PATCH] fix 404 in documentation link in readme (#395) Authors: - Ben Frederickson (https://github.com/benfred) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/cuvs/pull/395 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38933b4c8..70e04ebf4 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Useful Resources -- [Documentation](https://docs.rapids.ai/api/cuvs/): Library documentation. +- [Documentation](https://docs.rapids.ai/api/cuvs/nightly/): Library documentation. - [Build and Install Guide](https://docs.rapids.ai/api/cuvs/nightly/build): Instructions for installing and building cuVS. - [Getting Started Guide](https://docs.rapids.ai/api/cuvs/nightly/getting_started): Guide to getting started with cuVS. - [Code Examples](https://github.com/rapidsai/cuvs/tree/HEAD/examples): Self-contained Code Examples.