chore: change repository url (frontend only)
This commit is contained in:
parent
f548dd31d8
commit
09d481f2fe
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<div class="_formLinks">
|
<div class="_formLinks">
|
||||||
<FormLink
|
<FormLink
|
||||||
to="https://git.joinfirefish.org/firefish/firefish"
|
to="https://code.naskya.net/naskya/firefish"
|
||||||
external
|
external
|
||||||
>
|
>
|
||||||
<template #icon
|
<template #icon
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<MkInfo v-if="updateAvailable" warn class="info"
|
<MkInfo v-if="updateAvailable" warn class="info"
|
||||||
>{{ i18n.ts.updateAvailable }}
|
>{{ i18n.ts.updateAvailable }}
|
||||||
<a
|
<a
|
||||||
href="https://git.joinfirefish.org/firefish/firefish/releases"
|
href="https://code.naskya.net/naskya/firefish/tags"
|
||||||
target="_bank"
|
target="_bank"
|
||||||
class="_link"
|
class="_link"
|
||||||
>{{ i18n.ts.check }}</a
|
>{{ i18n.ts.check }}</a
|
||||||
|
|
Loading…
Reference in a new issue