From f4fce51469d4d1b3f49c719349ca2325f73086c7 Mon Sep 17 00:00:00 2001 From: john verzani Date: Wed, 27 Apr 2022 21:11:27 -0400 Subject: [PATCH] Oops (#41) * deploy mistake --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 6f83526..3107e6a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -40,5 +40,5 @@ cp(toc, joinpath(builddir,"index.html"), force=true) import Documenter Documenter.deploydocs( - repo = "github.com/CalculusWithJulia/CalculusWithJulia.jl.git" + repo = "github.com/jverzani/CalculusWithJulia.jl" )