Skip to content

Commit be58f4c

Browse files
authored
Update README.md
1 parent faa0394 commit be58f4c

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,10 +1,10 @@
11
# AbstractOperators.jl
22

3-
[![Build status](https://github.com/kul-forbes/AbstractOperators.jl/workflows/CI/badge.svg)](https://github.com/kul-forbes/AbstractOperators.jl/actions?query=workflow%3ACI)
4-
[![codecov](https://codecov.io/gh/kul-forbes/AbstractOperators.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kul-forbes/AbstractOperators.jl)
3+
[![Build status](https://github.com/kul-optec/AbstractOperators.jl/workflows/CI/badge.svg)](https://github.com/kul-optec/AbstractOperators.jl/actions?query=workflow%3ACI)
4+
[![codecov](https://codecov.io/gh/kul-optec/AbstractOperators.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kul-optec/AbstractOperators.jl)
55

6-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://kul-forbes.github.io/AbstractOperators.jl/stable)
7-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://kul-forbes.github.io/AbstractOperators.jl/latest)
6+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://kul-optec.github.io/AbstractOperators.jl/stable)
7+
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://kul-optec.github.io/AbstractOperators.jl/latest)
88

99
## Description
1010

@@ -94,13 +94,13 @@ julia> V*ones(3,3)
9494

9595
```
9696

97-
A list of the available `AbstractOperators` and calculus rules can be found in the [documentation](https://kul-forbes.github.io/AbstractOperators.jl/latest).
97+
A list of the available `AbstractOperators` and calculus rules can be found in the [documentation](https://kul-optec.github.io/AbstractOperators.jl/latest).
9898

9999
## Related packages
100100

101-
* [ProximalOperators.jl](https://github.com/kul-forbes/ProximalOperators.jl)
102-
* [ProximalAlgorithms.jl](https://github.com/kul-forbes/ProximalAlgorithms.jl)
103-
* [StructuredOptimization.jl](https://github.com/kul-forbes/StructuredOptimization.jl)
101+
* [ProximalOperators.jl](https://github.com/kul-optec/ProximalOperators.jl)
102+
* [ProximalAlgorithms.jl](https://github.com/kul-optec/ProximalAlgorithms.jl)
103+
* [StructuredOptimization.jl](https://github.com/kul-optec/StructuredOptimization.jl)
104104

105105
## Credits
106106

0 commit comments

Comments
 (0)