diff --git a/LICENSE.md b/LICENSE.md index 869ae16..d76019e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -16,7 +16,7 @@ are under the LGPL. ## Parts copyrighted by the Julia project (MIT License) > Copyright (c) 2011-14 The Julia Project. -> https://github.com/JuliaLang/openlibm/graphs/contributors +> https://github.com/JuliaMath/openlibm/graphs/contributors > > Permission is hereby granted, free of charge, to any person obtaining > a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 9452006..3fec19a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenLibm -[![Travis](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/30kn644g79f0x6va/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm/branch/master) +[![Travis](https://travis-ci.org/JuliaMath/openlibm.svg?branch=master)](https://travis-ci.org/JuliaMath/openlibm) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/sia04r4089rr19uc/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm-19152/branch/master) [OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)). diff --git a/openlibm.pc.in b/openlibm.pc.in index 242d447..f41510b 100644 --- a/openlibm.pc.in +++ b/openlibm.pc.in @@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib Name: openlibm Version: ${version} -URL: https://github.com/JuliaLang/openlibm +URL: https://github.com/JuliaMath/openlibm Description: High quality system independent, open source libm. Cflags: -I${includedir} Libs: -L${libdir} -lopenlibm