Skip to content

Commit f033f8c

Browse files
authored
Update links and badges (#18)
1 parent 6e4db0e commit f033f8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
[![docs][docs-dev-img]][docs-dev-url] [![codecov][codecov-img]][codecov-url] ![CI][ci-url]
44

55
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
6-
[docs-dev-url]: https://maartenvd.github.io/MPSKitModels.jl/dev/
6+
[docs-dev-url]: https://QuantumKitHub.github.io/MPSKitModels.jl/dev/
77

8-
[codecov-img]: https://codecov.io/gh/maartenvd/MPSKitModels.jl/branch/master/graph/badge.svg
9-
[codecov-url]: https://codecov.io/gh/maartenvd/MPSKitModels.jl
8+
[codecov-img]: https://codecov.io/gh/QuantumKitHub/MPSKitModels.jl/graph/badge.svg?token=MDGR0SONEI
9+
[codecov-url]: https://codecov.io/gh/QuantumKitHub/MPSKitModels.jl
1010

11-
[ci-url]: https://github.com/maartenvd/MPSKitModels.jl/workflows/CI/badge.svg
11+
[ci-url]: https://github.com/QuantumKitHub/MPSKitModels.jl/workflows/CI/badge.svg
1212

1313

1414
```julia
1515
import Pkg
1616
Pkg.add("MPSKitModels")
1717
```
1818

19-
MPSKitModels.jl provides operators, tools and utilities for [MPSKit.jl](https://github.com/maartenvd/MPSKit.jl).
19+
MPSKitModels.jl provides operators, tools and utilities for [MPSKit.jl](https://github.com/QuantumKitHub/MPSKit.jl).
2020
The main goal is to facilitate the definition and readability of Hamiltonians on (1+0)-dimensional quantum systems, as well as their quasi-one-dimensional extensions, such as cylinders, ladders, etc.
2121
Additionally, some models from (2+0)-dimensional statistical mechanics are provided.
2222

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ makedocs(;
1515
"man/models.md"],
1616
"Index" => "package_index.md"])
1717

18-
deploydocs(; repo="github.com/maartenvd/MPSKitModels.jl.git")
18+
deploydocs(; repo="https://github.com/QuantumKitHub/MPSKitModels.jl.git")

0 commit comments

Comments
 (0)