Zio Elk: adjust links to git repos

This commit is contained in:
Ducky 2024-06-08 20:37:30 +01:00
parent 1e83a7ae6e
commit 1b819281fe
2 changed files with 4 additions and 4 deletions

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"
>