From 68e12f2fceef9fe18c9b0d84641b6604988f196d Mon Sep 17 00:00:00 2001 From: Carson Farmer <59753859+cfarm6@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:03:53 -0400 Subject: [PATCH] Updated docs for move to TRACER Lab Org --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 7c7b2bc..b4697ef 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,6 +21,6 @@ makedocs(; ) deploydocs(; - repo="github.com/cfarm6/ContinuumMechanicsBase.jl", + repo="github.com/TRACER-LULab/ContinuumMechanicsBase.jl", devbranch="main", )