Zio Elk: adjust links to git repos

zio/stable
Ducky 2024-06-08 20:37:30 +01:00
parent 1e83a7ae6e
commit 1b819281fe
2 changed files with 4 additions and 4 deletions

View File

@ -49,11 +49,11 @@ function toggleDark() {
<span v-else>
{{ $t('nav.built_at', [$d(buildTimeDate, 'shortDate')]) }}
</span>
&middot;
<br />
<NuxtLink
v-if="buildInfo.env === 'release'"
external
:href="`https://github.com/elk-zone/elk/releases/tag/v${buildInfo.version}`"
:href="`https://github.com/zio/elk/releases/tag/zio/v${buildInfo.version}`"
target="_blank"
font-mono
>
@ -64,7 +64,7 @@ function toggleDark() {
&middot;
<NuxtLink
external
:href="`https://github.com/elk-zone/elk/commit/${buildInfo.commit}`"
:href="`https://git.zio.sh/zio/elk/commits/${buildInfo.commit}`"
target="_blank"
font-mono
>

View File

@ -34,7 +34,7 @@ function handleShowCommit() {
<template v-if="isHydrated">
<SettingsItem
:text="$t('settings.about.version')"
:to="showCommit ? `https://github.com/elk-zone/elk/commit/${buildInfo.commit}` : undefined"
:to="showCommit ? `https://git.zio.sh/zio/elk/commits/${buildInfo.commit}` : undefined"
external target="_blank"
@click="handleShowCommit"
>