From cfddb2ea2a819abb5f8b236c625dc26183852e5a Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Fri, 24 Oct 2025 08:59:04 +0200 Subject: [PATCH] try fix the repository link in the documentation again --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 317f242..8ae926f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -16,7 +16,7 @@ makedocs(; canonical = "https://reactivebayes.github.io/ExponentialFamilyProjection.jl", edit_link = "main", assets = String[], - repolink="github.com/ReactiveBayes/ExponentialFamilyProjection.jl", + repolink="https://github.com/ReactiveBayes/ExponentialFamilyProjection.jl", ), pages = ["Home" => "index.md"], )