Skip to content

Commit 64878a1

Browse files
authored
Rename user (#114)
1 parent 8aaf486 commit 64878a1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# InferOpt.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://axelparmentier.github.io/InferOpt.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://axelparmentier.github.io/InferOpt.jl/dev)
5-
[![Build Status](https://github.com/axelparmentier/InferOpt.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/axelparmentier/InferOpt.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/axelparmentier/InferOpt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/axelparmentier/InferOpt.jl)
7-
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/InferOpt.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/InferOpt.jl/dev)
5+
[![Build Status](https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/actions/workflows/CI.yml?query=branch%3Amain)
6+
[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/InferOpt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDecisionFocusedLearning/InferOpt.jl)
7+
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
88
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
99

1010
## Overview
@@ -25,7 +25,7 @@ julia> using Pkg; Pkg.add("InferOpt")
2525
To install the development version, run this command instead:
2626

2727
```julia
28-
julia> using Pkg; Pkg.add(url="https://github.com/axelparmentier/InferOpt.jl")
28+
julia> using Pkg; Pkg.add(url="https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl")
2929
```
3030

3131
## Citing us

docs/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
3030
makedocs(;
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)
5353
end
5454

55-
deploydocs(; repo="github.com/axelparmentier/InferOpt.jl", devbranch="main")
55+
deploydocs(; repo="github.com/JuliaDecisionFocusedLearning/InferOpt.jl", devbranch="main")

0 commit comments

Comments
 (0)