Skip to content

Commit 5512a61

Browse files
authored
Update README.md
Even more URL updates
1 parent bcea59d commit 5512a61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ breaking changes:
6363
resides in a single array of type `<:DenseVector`. While this does not lead to breaking
6464
changes in the interface, it does mean that `TensorMap` objects from TensorKit.jl
6565
v0.12.7 or earlier that were saved to disk using e.g. JLD2.jl, cannot simply be read back
66-
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/Jutho/TensorKit.jl?tab=readme-ov-file#transferring-tensormap-data-from-older-versions-to-v013)
66+
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/QuantumKitHub/TensorKit.jl?tab=readme-ov-file#transferring-tensormap-data-from-older-versions-to-v013)
6767
to export data in a format that can be read back in by TensorKit.jl v0.13.
6868

6969
Major non-breaking changes include:
7070

71-
* Support for [TensorOperations.jl v5](https://github.com/Jutho/TensorOperations.jl), and
71+
* Support for [TensorOperations.jl v5](https://github.com/QuantumKitHub/TensorOperations.jl), and
7272
with this the new backend and allocator support within the `@tensor` macro.
7373
* The part of TensorKit.jl that defines the `Sector` type hierarchy and its corresponding
7474
interface, as well as the implementation of all of the standard symmetries, has been
@@ -149,8 +149,8 @@ Additionally, for libraries that implement tensor network algorithms on top of
149149
TensorKit.jl, check out [MPSKit.jl](https://github.com/QuantumKitHub/MPSKit.jl),
150150
[MERAKit.jl](https://github.com/mhauru/MERAKit.jl) and [PEPSKit.jl](https://github.com/QuantumKitHub/PEPSKit.jl).
151151

152-
Check out the [tutorial](https://jutho.github.io/TensorKit.jl/stable/man/tutorial/) and the
153-
full [documentation](https://jutho.github.io/TensorKit.jl/stable).
152+
Check out the [tutorial](https://QuantumKitHub.github.io/TensorKit.jl/stable/man/tutorial/) and the
153+
full [documentation](https://QuantumKitHub.github.io/TensorKit.jl/stable).
154154

155155
## Installation
156156

@@ -180,7 +180,7 @@ platforms with a 64-bit architecture.
180180

181181
Contributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems.
182182

183-
[issues-url]: https://github.com/Jutho/TensorKit.jl/issues
183+
[issues-url]: https://github.com/QuantumKitHub/TensorKit.jl/issues
184184

185185
## Acknowledgements
186186

0 commit comments

Comments
 (0)