1
Fork 0

Point to the releases page instead of the tags page.

This commit is contained in:
Bauke 2023-07-05 12:38:14 +02:00
parent 95ae6d0d40
commit 2954c93af5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class App extends Component<Props, State> {
// 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 = (
<Link class="version" text={`v${version}`} url={versionUrl} />