diff --git a/docs/make.jl b/docs/make.jl index beeaa93..cba65b9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -16,11 +16,11 @@ DocMeta.setdocmeta!(SimSpread, :DocTestSetup, :(using SimSpread); recursive=true makedocs(; modules=[SimSpread], authors="Carlos Vigil Vásquez and contributors", - repo="https://github.com/cvigilv/SimSpread.jl/blob/{commit}{path}#{line}", + repo="https://github.com/schuellerlab/SimSpread.jl/blob/{commit}{path}#{line}", sitename="SimSpread.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://cvigilv.github.io/SimSpread.jl", + canonical="https://schuellerlab.github.io/SimSpread.jl", edit_link="main", assets=[], ), @@ -36,7 +36,7 @@ makedocs(; ) deploydocs(; - repo="github.com/cvigilv/SimSpread.jl/", + repo="github.com/schuellerlab/SimSpread.jl/", branch = "gh-pages", devbranch="develop", devurl = "develop",