diff --git a/Project.toml b/Project.toml index 26867579..6fa9ebbf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorDocsNext" uuid = "701fd796-f527-45da-9a53-2681c1a90c45" -version = "0.1.15" +version = "0.1.16" authors = ["ITensor developers and contributors"] [workspace] diff --git a/README.md b/README.md index e89eb502..6cb4e8b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Documentation for in-progress rewrite of the ITensor ecosystem A preview of the documentation for an in-progress rewrite of the ITensor Julia -ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext). +ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl). ## Support diff --git a/docs/make.jl b/docs/make.jl index d4b5fb6d..c0078154 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -89,7 +89,7 @@ MultiDocumenter.make( search_engine = MultiDocumenter.SearchConfig(; index_versions = ["stable"], engine = MultiDocumenter.FlexSearch ), - rootpath = "/ITensorDocsNext/", + rootpath = "/ITensorDocsNext.jl/", canonical_domain = "https://itensor.github.io/", sitemap = true, assets_dir = "docs/src/assets", diff --git a/examples/README.jl b/examples/README.jl index 8db0e6c6..5864b2a1 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -1,7 +1,7 @@ # # Documentation for in-progress rewrite of the ITensor ecosystem # # A preview of the documentation for an in-progress rewrite of the ITensor Julia -# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext). +# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl). # ## Support #