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.
2 parents 9adaea0 + 286e23b commit d2b543cCopy full SHA for d2b543c
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=[
@@ -21,6 +21,6 @@ makedocs(;
21
)
22
23
deploydocs(;
24
- repo="github.com/deyandyankov/MLFlowClient.jl",
+ repo="github.com/JuliaAI/MLFlowClient.jl",
25
devbranch="main",
26
0 commit comments