Skip to content

Commit 8a38e72

Browse files
authored
Update docs URLs (#38)
1 parent d642888 commit 8a38e72

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorDocsNext"
22
uuid = "701fd796-f527-45da-9a53-2681c1a90c45"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation for in-progress rewrite of the ITensor ecosystem
22

33
A preview of the documentation for an in-progress rewrite of the ITensor Julia
4-
ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext).
4+
ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl).
55

66
## Support
77

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ MultiDocumenter.make(
8989
search_engine = MultiDocumenter.SearchConfig(;
9090
index_versions = ["stable"], engine = MultiDocumenter.FlexSearch
9191
),
92-
rootpath = "/ITensorDocsNext/",
92+
rootpath = "/ITensorDocsNext.jl/",
9393
canonical_domain = "https://itensor.github.io/",
9494
sitemap = true,
9595
assets_dir = "docs/src/assets",

examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# # Documentation for in-progress rewrite of the ITensor ecosystem
22
#
33
# A preview of the documentation for an in-progress rewrite of the ITensor Julia
4-
# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext).
4+
# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl).
55

66
# ## Support
77
#

0 commit comments

Comments
 (0)