Skip to content

Commit a34817d

Browse files
authored
Update TensorKit links (#321)
1 parent bbb2bec commit a34817d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bib = CitationBibliography(bibpath; style = :authoryear)
2727

2828
# interlinks
2929
links = InterLinks(
30-
"TensorKit" => "https://jutho.github.io/TensorKit.jl/stable/",
30+
"TensorKit" => "https://quantumkithub.github.io/TensorKit.jl/stable/",
3131
"TensorOperations" => "https://quantumkithub.github.io/TensorOperations.jl/stable/",
3232
"KrylovKit" => "https://jutho.github.io/KrylovKit.jl/stable/",
3333
"BlockTensorKit" => "https://lkdvos.github.io/BlockTensorKit.jl/dev/"

docs/src/man/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ V2 = Z2Space(0 => 1, 1 => 1)
5959
t3 = rand(Float64, V2 ⊗ V2, V2)
6060
```
6161

62-
For more information, check out the [TensorKit documentation](https://jutho.github.io/TensorKit.jl/stable/)!
62+
For more information, check out the [TensorKit documentation](https://quantumkithub.github.io/TensorKit.jl/stable/)!
6363

6464
## Conventions
6565

0 commit comments

Comments
 (0)