From 3a9997dbc0f4fa57a26e39f2e1f31f40f6c446e2 Mon Sep 17 00:00:00 2001 From: JaredW40 Date: Tue, 30 Sep 2025 03:04:45 -0700 Subject: [PATCH] Update make.jl Updated deploydocs to point to UCD4IDS repo, rather than the dsweber repo. --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 1c76299..4d7851c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,4 +20,4 @@ makedocs(sitename = "ContinuousWavelets.jl", ] ]) -deploydocs(repo = "github.com/dsweber2/ContinuousWavelets.jl.git") +deploydocs(repo = "github.com/UCD4IDS/ContinuousWavelets.jl.git")