Skip to content

Commit 2896745

Browse files
authored
Fix links (#9)
1 parent e95648f commit 2896745

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Julia implementation of stochastic optimization algorithms for large-scale optimal transport.
44

5-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://devmotion.github.io/StochasticOptimalTransport.jl/stable)
6-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://devmotion.github.io/StochasticOptimalTransport.jl/dev)
7-
[![Build Status](https://github.com/devmotion/StochasticOptimalTransport.jl/workflows/CI/badge.svg?branch=main)](https://github.com/devmotion/StochasticOptimalTransport.jl/actions?query=workflow%3ACI%20branch%3Amain)
8-
[![Coverage](https://codecov.io/gh/devmotion/StochasticOptimalTransport.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/devmotion/StochasticOptimalTransport.jl)
9-
[![Coverage](https://coveralls.io/repos/github/devmotion/StochasticOptimalTransport.jl/badge.svg?branch=main)](https://coveralls.io/github/devmotion/StochasticOptimalTransport.jl?branch=main)
5+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaoptimaltransport.github.io/StochasticOptimalTransport.jl/stable)
6+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaoptimaltransport.github.io/StochasticOptimalTransport.jl/dev)
7+
[![Build Status](https://github.com/JuliaOptimalTransport/StochasticOptimalTransport.jl/workflows/CI/badge.svg?branch=main)](https://github.com/JuliaOptimalTransport/StochasticOptimalTransport.jl/actions?query=workflow%3ACI%20branch%3Amain)
8+
[![Coverage](https://codecov.io/gh/JuliaOptimalTransport/StochasticOptimalTransport.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaOptimalTransport/StochasticOptimalTransport.jl)
9+
[![Coverage](https://coveralls.io/repos/github/JuliaOptimalTransport/StochasticOptimalTransport.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaOptimalTransport/StochasticOptimalTransport.jl?branch=main)
1010
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
1111

1212
# Bibliography

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ DocMeta.setdocmeta!(
1717
makedocs(;
1818
modules=[StochasticOptimalTransport],
1919
authors="David Widmann <david.widmann@it.uu.se>",
20-
repo="https://github.com/devmotion/StochasticOptimalTransport.jl/blob/{commit}{path}#L{line}",
20+
repo="https://github.com/JuliaOptimalTransport/StochasticOptimalTransport.jl/blob/{commit}{path}#L{line}",
2121
sitename="StochasticOptimalTransport.jl",
2222
format=Documenter.HTML(;
2323
prettyurls=get(ENV, "CI", "false") == "true",
24-
canonical="https://devmotion.github.io/StochasticOptimalTransport.jl",
24+
canonical="https://juliaoptimaltransport.github.io/StochasticOptimalTransport.jl",
2525
assets=String[],
2626
),
2727
pages=["Home" => "index.md"],
@@ -30,7 +30,7 @@ makedocs(;
3030
)
3131

3232
deploydocs(;
33-
repo="github.com/devmotion/StochasticOptimalTransport.jl",
33+
repo="github.com/JuliaOptimalTransport/StochasticOptimalTransport.jl",
3434
push_preview=true,
3535
devbranch="main",
3636
)

0 commit comments

Comments
 (0)