From 2954c93af57795a8d74da1fcacac06caf957e0d4 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 5 Jul 2023 12:38:14 +0200 Subject: [PATCH] Point to the releases page instead of the tags page. --- source/options/setup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/options/setup.tsx b/source/options/setup.tsx index c27b5de..b6538a0 100644 --- a/source/options/setup.tsx +++ b/source/options/setup.tsx @@ -83,7 +83,7 @@ class App extends Component { // Create the version link for the header. const version = manifest.version; const versionUrl = encodeURI( - `https://gitlab.com/tildes-community/tildes-reextended/-/tags/${version}`, + `https://gitlab.com/tildes-community/tildes-reextended/-/releases/${version}`, ); const versionLink = (