Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bib = CitationBibliography(bibpath; style = :authoryear)

# interlinks
links = InterLinks(
"TensorKit" => "https://jutho.github.io/TensorKit.jl/stable/",
"TensorKit" => "https://quantumkithub.github.io/TensorKit.jl/stable/",
"TensorOperations" => "https://quantumkithub.github.io/TensorOperations.jl/stable/",
"KrylovKit" => "https://jutho.github.io/KrylovKit.jl/stable/",
"BlockTensorKit" => "https://lkdvos.github.io/BlockTensorKit.jl/dev/"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ V2 = Z2Space(0 => 1, 1 => 1)
t3 = rand(Float64, V2 ⊗ V2, V2)
```

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

## Conventions

Expand Down
Loading