From b7227d1abc703f02d59672728e4a0a9f161a23d2 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 5 Jul 2024 13:19:43 -0700 Subject: [PATCH] docs: GitHub releases -> Changelog (#5763) Needs to be updated with proper links pointing to changelog, not GH releases. --- kotlin/android/app/build.gradle.kts | 2 +- scripts/gateway-systemd-install.sh | 2 +- .../app/kb/administer/upgrading/readme.mdx | 3 +-- .../architecture/core-components/readme.mdx | 8 +++----- website/src/app/kb/deploy/clients/readme.mdx | 4 ++-- website/src/app/kb/readme.mdx | 1 + website/src/app/kb/reference/faq/readme.mdx | 20 +++++++++---------- .../src/app/kb/reference/glossary/readme.mdx | 10 +++++----- .../kb/user-guides/linux-client/readme.mdx | 5 ++--- .../user-guides/linux-gui-client/readme.mdx | 3 +-- .../kb/user-guides/windows-client/readme.mdx | 3 +-- 11 files changed, 27 insertions(+), 34 deletions(-) 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: