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