Skip to content

Commit 6274f92

Browse files
committed
Fix some links
1 parent 369d1ce commit 6274f92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function preprocess(content)
2929
# [Julia source file](@__REPO_ROOT_URL__/examples/@__NAME__/script.jl).
3030
# The corresponding
3131
#md # notebook can be viewed in [nbviewer](@__NBVIEWER_ROOT_URL__/examples/@__NAME__.ipynb).
32-
#nb # HTML output can be viewed [here](https://zsteve.github.io/OptimalTransport.jl/dev/examples/@__NAME__/).
32+
#nb # HTML output can be viewed [here](https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev/examples/@__NAME__/).
3333
#md #
3434
#md # ```@setup @__NAME__
3535
#md # import Pkg
@@ -59,11 +59,11 @@ using PyCall
5959

6060
makedocs(;
6161
modules=[OptimalTransport, POT],
62-
repo="https://github.com/zsteve/OptimalTransport.jl/blob/{commit}{path}#L{line}",
62+
repo="https://github.com/JuliaOptimalTransport/OptimalTransport.jl/blob/{commit}{path}#L{line}",
6363
sitename="OptimalTransport.jl",
6464
format=Documenter.HTML(;
6565
prettyurls=get(ENV, "CI", "false") == "true",
66-
canonical="https://zsteve.github.io/OptimalTransport.jl",
66+
canonical="https://juliaoptimaltransport.github.io/OptimalTransport.jl",
6767
assets=String[],
6868
),
6969
pages=[
@@ -75,4 +75,4 @@ makedocs(;
7575
checkdocs=:exports,
7676
)
7777

78-
deploydocs(; repo="github.com/zsteve/OptimalTransport.jl", push_preview=true)
78+
deploydocs(; repo="github.com/JuliaOptimalTransport/OptimalTransport.jl", push_preview=true)

src/OptimalTransport.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OptimalTransport.jl -- optimal transportation algorithms for Julia
2-
# See prettyprinted documentation at https://zsteve.github.io/OptimalTransport.jl/dev/
2+
# See prettyprinted documentation at https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev/
33
#
44

55
module OptimalTransport

0 commit comments

Comments
 (0)