@@ -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
6060makedocs (;
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 )
0 commit comments