From ce4b81f7fd018d7bfb21de2a076516b338626b67 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Fri, 5 Sep 2025 13:06:56 -0400 Subject: [PATCH] Update TensorKit links --- docs/make.jl | 2 +- docs/src/man/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6c2ac011d..b74971ee2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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/" diff --git a/docs/src/man/intro.md b/docs/src/man/intro.md index b18da6c0f..e0bb7a998 100644 --- a/docs/src/man/intro.md +++ b/docs/src/man/intro.md @@ -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