Zio Elk: adjust links to git repos
parent
1e83a7ae6e
commit
1b819281fe
|
@ -49,11 +49,11 @@ function toggleDark() {
|
|||
<span v-else>
|
||||
{{ $t('nav.built_at', [$d(buildTimeDate, 'shortDate')]) }}
|
||||
</span>
|
||||
·
|
||||
<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() {
|
|||
·
|
||||
<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
|
||||
>
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue