From 1365b3c2d92aadcb0271245a4d60708eab2aa6cc Mon Sep 17 00:00:00 2001 From: Pasha Khosravi Date: Tue, 16 Nov 2021 13:35:37 -0800 Subject: [PATCH] fix url --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 18b55e0..3f4b451 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,7 @@ pages = [ format = Documenter.HTML( prettyurls = !("local" in ARGS), - canonical = "https://github.com/Juice-jl/DAGs.jl/stable/", + canonical = "https://juice-jl.github.io/DAGs.jl/stable/", assets = ["assets/favicon.ico"], analytics = "UA-136089579-2", highlights = ["yaml"],