From 32489b8999e9e7493b9274d0c261ccb7ac828711 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 21 Apr 2021 11:16:33 -0700 Subject: [PATCH] Update url in upgrade guide --- .../site/content/download/personal-edition/ubuntu-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/site/content/download/personal-edition/ubuntu-upgrade.md b/website/site/content/download/personal-edition/ubuntu-upgrade.md index ebdc07e2a..2ed1a2981 100644 --- a/website/site/content/download/personal-edition/ubuntu-upgrade.md +++ b/website/site/content/download/personal-edition/ubuntu-upgrade.md @@ -12,8 +12,8 @@ Use the URL of the Ubuntu archive package, `focalboard-server-linux-amd64.tar.gz Create and use a clean directory, or delete any existing packages first, then run: ``` -# Download the new version (e.g. 0.6.5-rc1 here) -wget https://github.com/mattermost/focalboard/releases/download/v0.6.5-rc1/focalboard-server-linux-amd64.tar.gz +# Download the new version (e.g. 0.6.5 here, check the release for the latest one) +wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz tar -xvzf focalboard-server-linux-amd64.tar.gz # Stop the server