From dd086fa18350ae9cb5e4254ee05d7c66b784d502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Mon, 8 Apr 2024 16:55:34 -0500 Subject: [PATCH] Update links to remote in make.jl --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 25d1b51..69dfc5a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,7 +21,7 @@ pgs = [ ] fmt = DocumenterVitepress.MarkdownVitepress( - repo = "https://github.com/camilogarciabotero/Tidier.jl", + repo = "https://github.com/TidierOrg/Tidier.jl", devurl = "dev", # deploy_url = "yourgithubusername.github.io/Tidier.jl.jl", ) @@ -29,7 +29,7 @@ fmt = DocumenterVitepress.MarkdownVitepress( makedocs(; modules = [Tidier], authors = "Karandeep Singh et al.", - repo = "https://github.com/camilogarciabotero/Tidier.jl", + repo = "https://github.com/TidierOrg/Tidier.jl", sitename = "Tidier.jl", format = fmt, pages= pgs, @@ -37,7 +37,7 @@ makedocs(; ) deploydocs(; - repo = "https://github.com/camilogarciabotero/Tidier.jl", + repo = "https://github.com/TidierOrg/Tidier.jl", push_preview = true, )