Point to the releases page instead of the tags page.
This commit is contained in:
parent
95ae6d0d40
commit
2954c93af5
|
@ -83,7 +83,7 @@ class App extends Component<Props, State> {
|
||||||
// Create the version link for the header.
|
// Create the version link for the header.
|
||||||
const version = manifest.version;
|
const version = manifest.version;
|
||||||
const versionUrl = encodeURI(
|
const versionUrl = encodeURI(
|
||||||
`https://gitlab.com/tildes-community/tildes-reextended/-/tags/${version}`,
|
`https://gitlab.com/tildes-community/tildes-reextended/-/releases/${version}`,
|
||||||
);
|
);
|
||||||
const versionLink = (
|
const versionLink = (
|
||||||
<Link class="version" text={`v${version}`} url={versionUrl} />
|
<Link class="version" text={`v${version}`} url={versionUrl} />
|
||||||
|
|
Loading…
Reference in New Issue