We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719763 commit df76b90Copy full SHA for df76b90
docs/make.jl
@@ -28,7 +28,7 @@ bib = CitationBibliography(bibpath; style = :authoryear)
28
# interlinks
29
links = InterLinks(
30
"TensorKit" => "https://jutho.github.io/TensorKit.jl/stable/",
31
- "TensorOperations" => "https://jutho.github.io/TensorOperations.jl/stable/",
+ "TensorOperations" => "https://quantumkithub.github.io/TensorOperations.jl/stable/",
32
"KrylovKit" => "https://jutho.github.io/KrylovKit.jl/stable/",
33
"BlockTensorKit" => "https://lkdvos.github.io/BlockTensorKit.jl/dev/"
34
)
0 commit comments