Skip to content

Commit 81b60b8

Browse files
authored
Fix links to documentation (#167)
1 parent 7363170 commit 81b60b8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ julia> import Pkg; Pkg.add("LinearMaps")
2525
```
2626

2727
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
28-
[docs-dev-url]: https://jutho.github.io/LinearMaps.jl/dev
28+
[docs-dev-url]: https://JuliaLinearAlgebra.github.io/LinearMaps.jl/dev
2929

3030
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
31-
[docs-stable-url]: https://jutho.github.io/LinearMaps.jl/stable
31+
[docs-stable-url]: https://JuliaLinearAlgebra.github.io/LinearMaps.jl/stable
3232

33-
[build-img]: https://github.com/Jutho/LinearMaps.jl/workflows/CI/badge.svg?branch=master
34-
[build-url]: https://github.com/Jutho/LinearMaps.jl/actions?query=workflow%3ACI+branch%3Amaster
33+
[build-img]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/workflows/CI/badge.svg?branch=master
34+
[build-url]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/actions?query=workflow%3ACI+branch%3Amaster
3535

36-
[codecov-img]: http://codecov.io/github/Jutho/LinearMaps.jl/coverage.svg?branch=master
37-
[codecov-url]: http://codecov.io/github/Jutho/LinearMaps.jl?branch=master
36+
[codecov-img]: http://codecov.io/github/JuliaLinearAlgebra/LinearMaps.jl/coverage.svg?branch=master
37+
[codecov-url]: http://codecov.io/github/JuliaLinearAlgebra/LinearMaps.jl?branch=master
3838

3939
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
4040
[license-url]: LICENSE.md

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ makedocs(
2323
# See "Hosting Documentation" and deploydocs() in the Documenter manual
2424
# for more information.
2525
deploydocs(
26-
repo = "github.com/Jutho/LinearMaps.jl.git",
26+
repo = "github.com/JuliaLinearAlgebra/LinearMaps.jl.git",
2727
push_preview=true
2828
)

0 commit comments

Comments
 (0)