Skip to content

Commit a5117f3

Browse files
committed
Update readme links
1 parent bc46fab commit a5117f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# iLQGames.jl
22

3-
[![CI](https://github.com/lassepe/iLQGames.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/lassepe/iLQGames.jl/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/lassepe/iLQGames.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/lassepe/iLQGames.jl)
5-
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3+
[![CI](https://github.com/JuliaGameTheoreticPlanning/iLQGames.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaGameTheoreticPlanning/iLQGames.jl/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/JuliaGameTheoreticPlanning/iLQGames.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGameTheoreticPlanning/iLQGames.jl)
5+
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
66

77
iLQGames.jl is a framework for rapidly designing and solving nonlinear general-sum differential
88
games, built around [iterative linear-quadratic game approximations](https://arxiv.org/abs/1909.04694).
@@ -22,7 +22,7 @@ Within the Julia REPL run:
2222

2323
```julia
2424
using Pkg
25-
Pkg.add(PackageSpec(url="https://github.com/lassepe/iLQGames.jl"))
25+
Pkg.add(PackageSpec(url="https://github.com/JuliaGameTheoreticPlanning/iLQGames.jl"))
2626
```
2727

2828
## Example

0 commit comments

Comments
 (0)