Skip to content

Commit 9779a57

Browse files
authored
fix: Update repository link to use HTTPS (mistake on merge)
1 parent 04a50c2 commit 9779a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ makedocs(;
1616
canonical = "https://reactivebayes.github.io/ExponentialFamilyProjection.jl",
1717
edit_link = "main",
1818
assets = String[],
19-
repolink="github.com/ReactiveBayes/ExponentialFamilyProjection.jl"
19+
repolink="https://github.com/ReactiveBayes/ExponentialFamilyProjection.jl"
2020
),
2121
pages = ["Home" => "index.md"],
2222
)

0 commit comments

Comments
 (0)