diff --git a/.github/ISSUE_TEMPLATE/dac_request.md b/.github/ISSUE_TEMPLATE/dac_request.md index 7d542e0a..1640531e 100644 --- a/.github/ISSUE_TEMPLATE/dac_request.md +++ b/.github/ISSUE_TEMPLATE/dac_request.md @@ -6,7 +6,7 @@ labels: DAC assignees: "" --- -**Note: please read the [DAC section](https://balena-labs-projects.github.io/balena-sound/audio-interfaces#dac-boards) on our official documentation site before proceeding.** +**Note: please read the [DAC section](https://balena-sound.pages.dev/audio-interfaces#dac-boards) on our official documentation site before proceeding.** **Do** open an issue if you: diff --git a/README.md b/README.md index ae556a10..2c1e92ec 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Running this app is as simple as deploying it to a balenaCloud fleet. You can do it in just one click by using the button below: -[![deploy button](https://balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-labs-projects/balena-sound&defaultDeviceType=raspberry-pi) +[![deploy button](https://balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-io-experimental/balena-sound&defaultDeviceType=raspberry-pi) ## Documentation @@ -30,4 +30,4 @@ This project is in active development so if you have any feature requests or iss ## Getting Help -If you're having any problem, please [raise an issue](https://github.com/balena-labs-projects/balena-sound/issues/new) on GitHub and we will be happy to help. +If you're having any problem, please [raise an issue](https://github.com/balena-io-experimental/balena-sound/issues/new) on GitHub and we will be happy to help. diff --git a/balena.yml b/balena.yml index 0b2ffd11..09ba5f7b 100644 --- a/balena.yml +++ b/balena.yml @@ -10,12 +10,12 @@ assets: repository: type: blob.asset data: - url: 'https://github.com/balena-labs-projects/balena-sound' + url: 'https://github.com/balena-io-experimental/balena-sound' logo: type: blob.asset data: url: >- - https://raw.githubusercontent.com/balena-labs-projects/balena-sound/master/logo.png + https://raw.githubusercontent.com/balena-io-experimental/balena-sound/master/logo.png data: applicationEnvironmentVariables: - SOUND_VOLUME: 75 diff --git a/core/audio/balena-sound.pa b/core/audio/balena-sound.pa index 6415bc61..f5713823 100644 --- a/core/audio/balena-sound.pa +++ b/core/audio/balena-sound.pa @@ -1,4 +1,4 @@ -# See https://github.com/balena-labs-projects/balena-sound/blob/master/docs/ARCHITECTURE.md for details +# See https://github.com/balena-io-experimental/balena-sound/blob/master/docs/ARCHITECTURE.md for details # Create balena-sound sinks load-module module-null-sink sink_name=balena-sound.input diff --git a/core/multiroom/client/start.sh b/core/multiroom/client/start.sh index 9c6ec31e..20765623 100644 --- a/core/multiroom/client/start.sh +++ b/core/multiroom/client/start.sh @@ -20,7 +20,7 @@ echo "Starting multi-room client..." echo "- balenaSound mode: $MODE" echo "- Target snapcast server: $SNAPSERVER" -# Set the snapcast device name for https://github.com/balena-labs-projects/balena-sound/issues/332 +# Set the snapcast device name for https://github.com/balena-io-experimental/balena-sound/issues/332 if [[ -z $SOUND_DEVICE_NAME ]]; then SNAPCAST_CLIENT_ID=$BALENA_DEVICE_UUID else diff --git a/core/sound-supervisor/src/ui/index.html b/core/sound-supervisor/src/ui/index.html index 737c5c6f..e6446267 100644 --- a/core/sound-supervisor/src/ui/index.html +++ b/core/sound-supervisor/src/ui/index.html @@ -32,7 +32,7 @@