From a98e5f3b0e9d8c05f6d0ec8515f04ed4eeecca71 Mon Sep 17 00:00:00 2001 From: Ray Kim Date: Sat, 25 May 2024 23:19:59 +0100 Subject: [PATCH] fix doc urls --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 191df38..5d396db 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(SliceSampling, :DocTestSetup, :(using SliceSampling); recurs makedocs(; modules=[SliceSampling], authors="Kyurae Kim and contributors", - repo="https://github.com/Red-Portal/SliceSampling.jl/blob/{commit}{path}#{line}", + repo="https://github.com/TuringLang/SliceSampling.jl/blob/{commit}{path}#{line}", sitename="SliceSampling.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://Red-Portal.github.io/SliceSampling.jl", + canonical="https://TuringLang.org/SliceSampling.jl", edit_link="main", assets=String[], ), @@ -23,6 +23,6 @@ makedocs(; ) deploydocs(; - repo="github.com/Red-Portal/SliceSampling.jl", + repo="github.com/TuringLang/SliceSampling.jl", push_preview=true )