From 4a253ba0dcd9237aec9c2cb84283bfb4bf1e0cc3 Mon Sep 17 00:00:00 2001
From: evpobr
Date: Mon, 5 Oct 2020 12:11:47 +0500
Subject: [PATCH] Update documentaton links
---
ChangeLog | 2 +-
Makefile.am | 2 +-
README | 4 ++--
README.md | 10 +++++-----
configure.ac | 2 +-
doc/FAQ.html | 6 +++---
doc/api.html | 2 +-
doc/bugs.html | 2 +-
doc/command.html | 4 ++--
doc/development.html | 6 +++---
doc/index.html | 16 +++-------------
doc/octave.html | 4 ++--
include/sndfile.h.in | 2 +-
include/sndfile.hh | 2 +-
man/sndfile-cmp.1 | 2 +-
man/sndfile-concat.1 | 2 +-
man/sndfile-convert.1 | 2 +-
man/sndfile-info.1 | 2 +-
man/sndfile-interleave.1 | 2 +-
man/sndfile-metadata-get.1 | 2 +-
man/sndfile-play.1 | 2 +-
man/sndfile-salvage.1 | 2 +-
src/sndfile.c | 4 ++--
23 files changed, 37 insertions(+), 47 deletions(-)
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
diff --git a/doc/api.html b/doc/api.html
index 721f10d4..58667290 100644
--- a/doc/api.html
+++ b/doc/api.html
@@ -998,7 +998,7 @@ and a parameter of SF_TRUE to force correct scaling.
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.