diff --git a/docs/make.jl b/docs/make.jl index 3caff9b3cf..ed28b4b39d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -110,7 +110,7 @@ makedocs(; sitename="GenX", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://genxproject.github.io/GenX/stable", + canonical="https://genxproject.github.io/GenX.jl/stable", assets = ["assets/genx_style.css"], sidebar_sitename=false, collapselevel=1 @@ -122,7 +122,7 @@ makedocs(; # =========================== deploydocs(; - repo="github.com/GenXProject/GenX.git", + repo="github.com/GenXProject/GenX.jl.git", target = "build", branch = "gh-pages", devbranch = "main",