We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adaea0 commit 4e954a8Copy full SHA for 4e954a8
docs/make.jl
@@ -10,7 +10,7 @@ makedocs(;
10
sitename="MLFlowClient.jl",
11
format=Documenter.HTML(;
12
prettyurls=get(ENV, "CI", "false") == "true",
13
- canonical="https://deyandyankov.github.io/MLFlowClient.jl",
+ canonical="https://juliaai.github.io/MLFlowClient.jl",
14
assets=String[],
15
),
16
pages=[
0 commit comments