diff --git a/Project.toml b/Project.toml index 5f4f5d7..c07e6a8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClarabelDocs" uuid = "5bffead5-e986-4d40-a894-38d9eb53c10f" authors = ["Paul Goulart "] -version = "0.8" +version = "0.8.1" [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" diff --git a/README.md b/README.md index 710a39c..fe38bdc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. -* For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable). +* For the main documentation site, go [here](https://clarabel.org). * For the Rust / Python implementations, go [here](https://github.com/oxfordcontrol/Clarabel.rs). * For the Julia implementation, go [here](https://github.com/oxfordcontrol/Clarabel.jl). * For the C and C++ interfaces to the Rust implementation, go [here](https://github.com/oxfordcontrol/Clarabel.cpp).