Skip to content

Commit 22f1165

Browse files
authored
Update links in README.md
1 parent b573c0b commit 22f1165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quadmath.jl
22

3-
[![Travis Build Status](https://travis-ci.org/simonbyrne/Quadmath.jl.svg?branch=master)](https://travis-ci.org/simonbyrne/Quadmath.jl)
4-
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/wx46vbwmu2ey5qkj?svg=true)](https://ci.appveyor.com/project/simonbyrne/quadmath-jl)
3+
[![Travis Build Status](https://travis-ci.org/JuliaMath/Quadmath.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/Quadmath.jl)
4+
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/wx46vbwmu2ey5qkj/branch/master?svg=true)](https://ci.appveyor.com/project/simonbyrne/quadmath-jl/branch/master)
55

66
This is a Julia interface to libquadmath, providing a `Float128` type corresponding to the IEEE754 binary128 floating point format.
77

@@ -16,7 +16,7 @@ Quadmath currently works on x86_64 Linux and macOS.
1616

1717
## Installation
1818
```julia
19-
Pkg.clone("https://github.com/simonbyrne/Quadmath.jl")
19+
Pkg.clone("https://github.com/JuliaMath/Quadmath.jl")
2020
```
2121

2222
## Acknowledgements

0 commit comments

Comments
 (0)