From 1539146a5e141c30b6536a45790c07b4d7399e3c Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Mon, 27 Nov 2023 18:21:00 -0500 Subject: [PATCH] docs: Fix README docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60be94b..e78421a 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Check out the [examples folder](examples/low_level_api) for more examples of usi # Documentation -Documentation is available at [https://abetlen.github.io/llama-cpp-python](https://abetlen.github.io/llama-cpp-python). +Documentation is available via [https://llama-cpp-python.readthedocs.io/](https://llama-cpp-python.readthedocs.io/). If you find any issues with the documentation, please open an issue or submit a PR. # Development