Zio Elk: fix borked version link
parent
5af3fa3d9e
commit
65581050fb
|
@ -53,7 +53,7 @@ function toggleDark() {
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
v-if="buildInfo.env === 'release'"
|
v-if="buildInfo.env === 'release'"
|
||||||
external
|
external
|
||||||
:href="`https://github.com/zio/elk/releases/tag/zio/v${buildInfo.version}`"
|
:href="`https://git.zio.sh/zio/elk/releases/tag/zio/v${buildInfo.version}`"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
font-mono
|
font-mono
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue