File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ bib = CitationBibliography(bibpath; style = :authoryear)
2727
2828# interlinks
2929links = 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/"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ V2 = Z2Space(0 => 1, 1 => 1)
5959t3 = 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
You can’t perform that action at this time.
0 commit comments