diff --git a/ChangeLog b/ChangeLog index 0b62651f..3843688d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3 @@ For changes, please see the git commit history on github: - https://github.com/erikd/libsndfile/commits/master + https://github.com/libsndfile/libsndfile/commits/master diff --git a/Makefile.am b/Makefile.am index d8c71411..2a6681f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -395,7 +395,7 @@ tests_scale_clip_test_LDADD = src/libsndfile.la # Coerce the multiple inputs -> multiple outputs problem # into suffix rules by "linearising" the dependency graph. # Yes, this sucks, but GNU make patterns aren't portable, -# see also https://github.com/erikd/libsndfile/issues/369 +# see also https://github.com/libsndfile/libsndfile/issues/369 SUFFIXES = .tpl .def diff --git a/README b/README index 25890ecf..93b4b29a 100644 --- a/README +++ b/README @@ -69,8 +69,8 @@ CONTACTS libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com). The libsndfile home page is at : - http://www.mega-nerd.com/libsndfile/ + http://libsndfile.github.io/libsndfile/ Bugs and support questions can be raised at : - https://github.com/erikd/libsndfile/ + https://github.com/libsndfile/libsndfile/issues diff --git a/README.md b/README.md index 6231a36e..489a0342 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libsndfile -![C/C++ CI](https://github.com/erikd/libsndfile/workflows/C/C++%20CI/badge.svg) +![C/C++ CI](https://github.com/libsndfile/libsndfile/workflows/C/C++%20CI/badge.svg) libsndfile is a C library for reading and writing files containing sampled audio data. @@ -8,11 +8,11 @@ data. ## Hacking The canonical source code repository for libsndfile is at -[https://github.com/erikd/libsndfile/][github]. +[http://libsndfile.github.io/libsndfile/][github]. You can grab the source code using: - git clone git://github.com/erikd/libsndfile.git + git clone https://github.com/libsndfile/libsndfile.git For building for Android see [BuildingForAndroid][BuildingForAndroid]. @@ -227,5 +227,5 @@ You also need to set `VCPKG_TARGET_TRIPLET` because you use static libraries: See [CONTRIBUTING.md](CONTRIBUTING.md) for details. [brew]: http://brew.sh/ -[github]: https://github.com/erikd/libsndfile/ -[BuildingForAndroid]: https://github.com/erikd/libsndfile/blob/master/Building-for-Android.md +[github]: http://libsndfile.github.io/libsndfile/ +[BuildingForAndroid]: https://github.com/libsndfile/libsndfile/blob/master/Building-for-Android.md diff --git a/configure.ac b/configure.ac index 992348c3..719c72cd 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Require autoconf version >= 2.69 AC_PREREQ([2.69]) AC_INIT([libsndfile],[1.0.30],[sndfile@mega-nerd.com], - [libsndfile],[http://www.mega-nerd.com/libsndfile/]) + [libsndfile],[http://libsndfile.github.io/libsndfile/]) dnl Check whether we want to set defaults for CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS AC_MSG_CHECKING([whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS]) diff --git a/doc/FAQ.html b/doc/FAQ.html index b3400185..6c83a5ba 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -735,7 +735,7 @@ Hence, I'm not willing to enter into an arrangement like that again. In the past, MP3 was not supported because the technology behind MP3 was patented. Those patents have now expired and there is an - + open ticket to implement MP3 support.
@@ -817,8 +817,8 @@ the top level of the extracted tarball.
The libsndfile home page is here :
-
- http://www.mega-nerd.com/libsndfile/.
+
+ http://libsndfile.github.io/libsndfile/.
Version : 1.0.29
The libsndfile home page is - here. + here.
Version : 1.0.30 diff --git a/doc/bugs.html b/doc/bugs.html index 3a441fef..bb5d69af 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -69,7 +69,7 @@
Once you have the above information you should submit a ticket on the libsnfile - github issue tracker. + github issue tracker.