From ee45aae225daaf3d116fde592693c7c7cf0bffc6 Mon Sep 17 00:00:00 2001 From: leburgel Date: Wed, 19 Nov 2025 11:32:12 +0100 Subject: [PATCH] Fix links to TensorKit.jl in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4e2c8..aad49b6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ A Julia package for working with objects in fusion categories. This package provides functionality for defining objects in fusion categories, along with their topological data. This includes the fusion rules, the associators, and the braiding. In particular, this is the data that is needed to define (symmetric) tensors, which are defined over vector spaces graded by these objects. -For the full functionality, we refer to [TensorKit.jl](https://github.com/Jutho/TensorKit.jl) and [its documentation](https://jutho.github.io/TensorKit.jl/latest/). +For the full functionality, we refer to [TensorKit.jl](https://github.com/QuantumKitHub/TensorKit.jl) and [its documentation](https://quantumkithub.github.io/TensorKit.jl/stable/). Install via the package manager.