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

View File

@ -34,7 +34,7 @@ function handleShowCommit() {
<template v-if="isHydrated"> <template v-if="isHydrated">
<SettingsItem <SettingsItem
:text="$t('settings.about.version')" :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" external target="_blank"
@click="handleShowCommit" @click="handleShowCommit"
> >