Skip to content

Commit d2b543c

Browse files
authored
Merge pull request #1 from JuliaAI/hotfixes
Hot fixes related to documentation and code coverage.
2 parents 9adaea0 + 286e23b commit d2b543c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ makedocs(;
1010
sitename="MLFlowClient.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://deyandyankov.github.io/MLFlowClient.jl",
13+
canonical="https://juliaai.github.io/MLFlowClient.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -21,6 +21,6 @@ makedocs(;
2121
)
2222

2323
deploydocs(;
24-
repo="github.com/deyandyankov/MLFlowClient.jl",
24+
repo="github.com/JuliaAI/MLFlowClient.jl",
2525
devbranch="main",
2626
)

0 commit comments

Comments
 (0)