From 61138b566718652a4033f528ff2dcabcf4cff2cb Mon Sep 17 00:00:00 2001 From: Lukas <37111893+lkdvos@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:28:25 +0200 Subject: [PATCH] Fix typo in docs repolink (#41) --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 540a556..7314204 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -8,7 +8,7 @@ makedocs(; authors="Tim Holy , t-bltg , and contributors", sitename="PrecompileTools.jl", format=Documenter.HTML(; - repolink="https://github.com/JuliaLang/PrecompileTools.j/", + repolink="https://github.com/JuliaLang/PrecompileTools.jl/", prettyurls=get(ENV, "CI", "false") == "true", canonical="https://JuliaLang.github.io/PrecompileTools.jl", edit_link="main",