Skip to content

Commit bcea59d

Browse files
authored
Update README.md
- Repo now owned by `QuantumKitHub` - Reference branch is now `main`
1 parent f613c90 commit bcea59d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Jutho/TensorKit.jl/blob/master/docs/src/assets/logo-dark.svg">
3-
<img alt="TensorKit.jl logo" src="https://github.com/Jutho/TensorKit.jl/blob/master/docs/src/assets/logo.svg" width="150">
2+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/QuantumKitHub/TensorKit.jl/blob/main/docs/src/assets/logo-dark.svg">
3+
<img alt="TensorKit.jl logo" src="https://github.com/QuantumKitHub/TensorKit.jl/blob/main/docs/src/assets/logo.svg" width="150">
44
</picture>
55

66
# TensorKit.jl
@@ -18,22 +18,22 @@ A Julia package for large-scale tensor computations, with a hint of category the
1818

1919

2020
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
21-
[docs-stable-url]: https://jutho.github.io/TensorKit.jl/stable
21+
[docs-stable-url]: https://QuantumKitHub.github.io/TensorKit.jl/stable
2222

2323
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
24-
[docs-dev-url]: https://jutho.github.io/TensorKit.jl/latest
24+
[docs-dev-url]: https://QuantumKitHub.github.io/TensorKit.jl/latest
2525

2626
[doi-img]: https://zenodo.org/badge/DOI/10.5281/zenodo.8421339.svg
2727
[doi-url]: https://doi.org/10.5281/zenodo.8421339
2828

2929
[downloads-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FTensorKit&query=total_requests&label=Downloads
3030
[downloads-url]: http://juliapkgstats.com/pkg/TensorKit
3131

32-
[ci-img]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml/badge.svg
33-
[ci-url]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml
32+
[ci-img]: https://github.com/QuantumKitHub/TensorKit.jl/actions/workflows/CI.yml/badge.svg
33+
[ci-url]: https://github.com/QuantumKitHub/TensorKit.jl/actions/workflows/CI.yml
3434

35-
[codecov-img]: https://codecov.io/gh/Jutho/TensorKit.jl/branch/master/graph/badge.svg
36-
[codecov-url]: https://codecov.io/gh/Jutho/TensorKit.jl
35+
[codecov-img]: https://codecov.io/gh/QuantumKitHub/TensorKit.jl/branch/master/graph/badge.svg
36+
[codecov-url]: https://codecov.io/gh/QuantumKitHub/TensorKit.jl
3737

3838
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
3939
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl

0 commit comments

Comments
 (0)