From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 8 Jul 2021 12:21:32 +0000 (+0000) Subject: Update URLs to point to the public repository. X-Git-Tag: 4.1-dev~4^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abb4ac0d5aff6c23f9107f96edc6e44d007121f;p=thirdparty%2Fshairport-sync.git Update URLs to point to the public repository. --- diff --git a/AIRPLAY2.md b/AIRPLAY2.md index f9d1face..65229145 100644 --- a/AIRPLAY2.md +++ b/AIRPLAY2.md @@ -45,7 +45,7 @@ So, here are some guideline requirements: Guides --- -* To build Shairport Sync for AirPlay 2 on Linux, please follow the guide at [BUILDFORAP2.md](https://github.com/aillwee/shairport-sync/blob/development/BUILDFORAP2.md). +* To build Shairport Sync for AirPlay 2 on Linux, please follow the guide at [BUILDFORAP2.md](https://github.com/mikebrady/shairport-sync/blob/development/BUILDFORAP2.md). * A guide for building on FreeBSD is forthcoming. AirPlay 2 -- More About What Works diff --git a/BUILDFORAP1.md b/BUILDFORAP1.md index 07dac81d..d3834240 100644 --- a/BUILDFORAP1.md +++ b/BUILDFORAP1.md @@ -48,7 +48,7 @@ First, install the packages needed by Shairport Sync: ``` Next, download Shairport Sync, check out the `development` branch, configure it, compile and install it: ``` -$ git clone https://github.com/aillwee/shairport-sync.git +$ git clone https://github.com/mikebrady/shairport-sync.git $ cd shairport-sync $ git checkout development $ autoreconf -fi diff --git a/BUILDFORAP2.md b/BUILDFORAP2.md index 8bbc2a09..eac2baf4 100644 --- a/BUILDFORAP2.md +++ b/BUILDFORAP2.md @@ -81,7 +81,7 @@ Version without git information: #### Build and Install Download Shairport Sync, check out the `development` branch and configure, compile and install it: ``` -$ git clone git@github.com:aillwee/shairport-sync.git +$ git clone https://github.com/mikebrady/shairport-sync.git $ cd shairport-sync $ git checkout development $ autoreconf -fi diff --git a/README.md b/README.md index fe9eec75..234dc391 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ Shairport Sync AirPlay 2 --- -For the latest on AirPlay 2, please visit [AIRPLAY2.md](https://github.com/aillwee/shairport-sync/blob/development/AIRPLAY2.md). +For the latest on AirPlay 2, please visit [AIRPLAY2.md](https://github.com/mikebrady/shairport-sync/blob/development/AIRPLAY2.md). Guides --- -* A brief guide to building classic Shairport Sync (for AirPlay 1) is available at [BUILDFORAP1.md](https://github.com/aillwee/shairport-sync/blob/development/BUILDFORAP1.md). -* A guide to building Shairport Sync for AirPlay 2 on Linux is available at [BUILDFORAP2.md](https://github.com/aillwee/shairport-sync/blob/development/BUILDFORAP2.md). +* A brief guide to building classic Shairport Sync (for AirPlay 1) is available at [BUILDFORAP1.md](https://github.com/mikebrady/shairport-sync/blob/development/BUILDFORAP1.md). +* A guide to building Shairport Sync for AirPlay 2 on Linux is available at [BUILDFORAP2.md](https://github.com/mikebrady/shairport-sync/blob/development/BUILDFORAP2.md). * A guide to building for AirPlay 2 on FreeBSD is forthcoming. More Information --- -For more information, please visit [MOREINFO.md](https://github.com/aillwee/shairport-sync/blob/development/MOREINFO.md). +For more information, please visit [MOREINFO.md](https://github.com/mikebrady/shairport-sync/blob/development/MOREINFO.md). Acknowledgements ---