From 6060a132b141c55729562d40bb7c59a6d9c48fdf Mon Sep 17 00:00:00 2001 From: Tianyi Pu <44583944+putianyi889@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:21:41 +0100 Subject: [PATCH] Update make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 6e63c63..0aadbc7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,5 +11,5 @@ using SwapSort # See "Hosting Documentation" and deploydocs() in the Documenter manual # for more information. deploydocs( - repo = "https://github.com/putianyi889/SwapSort.jl.git" + repo = "github.com/putianyi889/SwapSort.jl.git" )