@@ -11,7 +11,7 @@ open(joinpath(@__DIR__, "src", "index.md"), "w") do io
1111 io,
1212 """
1313 ```@meta
14- EditURL = "https://github.com/axelparmentier /InferOpt.jl/blob/main/README.md"
14+ EditURL = "https://github.com/JuliaDecisionFocusedLearning /InferOpt.jl/blob/main/README.md"
1515 ```
1616 """ ,
1717 )
@@ -30,13 +30,13 @@ Literate.markdown(tuto_jl_file, tuto_md_dir; documenter=true, execute=false)
3030makedocs (;
3131 modules= [InferOpt],
3232 authors= " Guillaume Dalle, Léo Baty, Louis Bouvier, Axel Parmentier" ,
33- repo= " https://github.com/axelparmentier /InferOpt.jl/blob/{commit}{path}#{line}" ,
33+ repo= " https://github.com/JuliaDecisionFocusedLearning /InferOpt.jl/blob/{commit}{path}#{line}" ,
3434 sitename= " InferOpt.jl" ,
3535 format= Documenter. HTML (;
3636 prettyurls= get (ENV , " CI" , " false" ) == " true" ,
37- canonical= " https://axelparmentier .github.io/InferOpt.jl" ,
37+ canonical= " https://JuliaDecisionFocusedLearning .github.io/InferOpt.jl" ,
3838 assets= String[],
39- repolink= " https://github.com/axelparmentier /InferOpt.jl" ,
39+ repolink= " https://github.com/JuliaDecisionFocusedLearning /InferOpt.jl" ,
4040 ),
4141 pages= [
4242 " Home" => " index.md" ,
@@ -52,4 +52,4 @@ for file in
5252 rm (file)
5353end
5454
55- deploydocs (; repo= " github.com/axelparmentier /InferOpt.jl" , devbranch= " main" )
55+ deploydocs (; repo= " github.com/JuliaDecisionFocusedLearning /InferOpt.jl" , devbranch= " main" )
0 commit comments