Skip to content

Commit b41007d

Browse files
authored
Update links (#10)
1 parent 8fa4963 commit b41007d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

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

33
*Julia interface for the [Python Optimal Transport (POT) package](https://pythonot.github.io/)*
44

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

1313
This package was originally part of [OptimalTransport.jl](https://github.com/zsteve/OptimalTransport.jl).

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ DocMeta.setdocmeta!(PythonOT, :DocTestSetup, :(using PythonOT); recursive=true)
1212
makedocs(;
1313
modules=[PythonOT, PythonOT.Smooth],
1414
authors="David Widmann",
15-
repo="https://github.com/devmotion/PythonOT.jl/blob/{commit}{path}#{line}",
15+
repo="https://github.com/JuliaOptimalTransport/PythonOT.jl/blob/{commit}{path}#{line}",
1616
sitename="PythonOT.jl",
1717
format=Documenter.HTML(;
1818
prettyurls=get(ENV, "CI", "false") == "true",
19-
canonical="https://devmotion.github.io/PythonOT.jl",
19+
canonical="https://juliaoptimaltransport.github.io/PythonOT.jl",
2020
assets=String[],
2121
),
2222
pages=["Home" => "index.md", "api.md"],
@@ -29,4 +29,6 @@ makedocs(;
2929
],
3030
)
3131

32-
deploydocs(; repo="github.com/devmotion/PythonOT.jl", push_preview=true, devbranch="main")
32+
deploydocs(;
33+
repo="github.com/JuliaOptimalTransport/PythonOT.jl", push_preview=true, devbranch="main"
34+
)

0 commit comments

Comments
 (0)