From dbab8e28db177b4eb1923b373c27c1c67b5e09dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Vigil-V=C3=A1squez?= Date: Mon, 6 Jul 2026 19:31:40 +0200 Subject: [PATCH] docs: fix links Links pointed to old owner of package (`cvigilv`). --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",