diff --git a/docs/make.jl b/docs/make.jl index 6bbfcc67c..6c2ac011d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -28,7 +28,7 @@ bib = CitationBibliography(bibpath; style = :authoryear) # interlinks links = InterLinks( "TensorKit" => "https://jutho.github.io/TensorKit.jl/stable/", - "TensorOperations" => "https://jutho.github.io/TensorOperations.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/" )