Skip to content

Commit fd109ac

Browse files
committed
Update links in README.md
1 parent a6c9be1 commit fd109ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Dierckx.jl
33

44
*Julia library for 1-d and 2-d splines*
55

6-
[![Build Status](https://img.shields.io/travis/kbarbary/Dierckx.jl.svg?style=flat-square&logo=github&label=CI)](https://github.com/kbarbary/Dierckx.jl/actions?query=workflow%3ACI)
7-
[![Coverage Status](http://img.shields.io/coveralls/kbarbary/Dierckx.jl.svg?style=flat-square)](https://coveralls.io/r/kbarbary/Dierckx.jl?branch=master)
6+
[![.github/workflows/ci.yml](https://github.com/JuliaMath/Dierckx.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaMath/Dierckx.jl/actions/workflows/ci.yml)
7+
[![Coverage Status](http://img.shields.io/coveralls/JuliaMath/Dierckx.jl.svg?style=flat-square)](https://coveralls.io/github/JuliaMath/Dierckx.jl)
88

99
This is a Julia wrapper for the
1010
[dierckx](http://www.netlib.org/dierckx/index.html) Fortran library,
@@ -28,11 +28,11 @@ of Julia.
2828
- Derivatives, integrals and roots of 1-d splines.
2929
- Parametric B-splines.
3030

31-
Install (Julia 1.3 and later)
31+
Install (Julia 1.6 and later)
3232
-----------------------------
3333

3434
```julia
35-
(v1.3) pkg> add Dierckx
35+
(v1.6) pkg> add Dierckx
3636
```
3737

3838
(Type `]` to enter package mode.)
@@ -309,4 +309,4 @@ If you use this package in a pulication and wish to cite it, you may want to cit
309309

310310
> Paul Dierckx, Curve and Surface Fitting with Splines, Oxford University Press, 1993
311311
312-
If convenient, you can also include a link to the github repository for this package: https://github.com/kbarbary/Dierckx.jl.
312+
If convenient, you can also include a link to the github repository for this package: https://github.com/JuliaMath/Dierckx.jl.

0 commit comments

Comments
 (0)