diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index 75745ccf2..1803b93e4 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -127,7 +127,7 @@ android { firebaseAppDistribution { serviceCredentialsFile = System.getenv("FIREBASE_CREDENTIALS_PATH") artifactType = "AAB" - releaseNotes = "https://github.com/firezone/firezone/releases" + releaseNotes = "https://www.firezone.dev/changelog" groups = "firezone-engineering" artifactPath = "app/build/outputs/bundle/release/app-release.aab" } diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index e4a9eed59..0daf088c2 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -72,7 +72,7 @@ if [ ! -e /usr/local/bin/firezone-gateway ]; then echo "Downloading ${FIREZONE_VERSION} version from ${FIREZONE_ARTIFACT_URL}..." arch=\$(uname -m) - # See https://www.github.com/firezone/firezone/releases for available binaries + # See https://www.firezone.dev/changelog for available binaries curl -fsSL ${FIREZONE_ARTIFACT_URL}/${FIREZONE_VERSION}/\$arch -o /tmp/firezone-gateway if file /tmp/firezone-gateway | grep -q "ELF"; then diff --git a/website/src/app/kb/administer/upgrading/readme.mdx b/website/src/app/kb/administer/upgrading/readme.mdx index 997fbf79b..af40baddf 100644 --- a/website/src/app/kb/administer/upgrading/readme.mdx +++ b/website/src/app/kb/administer/upgrading/readme.mdx @@ -86,8 +86,7 @@ if you consistently encounter issues with the upgrade process. After running the upgrade, check that the version reported by the Gateway in the admin portal matches the latest published version on our -[GitHub releases page](https://github.com/firezone/firezone/releases) to ensure -it's up to date: +[changelog page](/changelog) to ensure it's up to date: