Skip to content

Commit 2eb4e42

Browse files
committed
refactor: update faq link
1 parent c8cfe31 commit 2eb4e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</a-layout>
5252

5353
<a-modal :visible="syncErrorModalVisible" :footer="null" @cancel="syncErrorModalVisible = false" :maskClosable="false">
54-
🙁 {{ $t('syncError1') }} <a @click="openInBrowser('https://gridea.dev/docs/faq.html')">FAQ</a> {{ $t('or') }} <a @click="openInBrowser('https://github.com/getgridea/gridea/issues')">Issues</a> {{ $t('syncError2') }}
54+
🙁 {{ $t('syncError1') }} <a @click="openInBrowser('https://gridea.dev/')">FAQ</a> {{ $t('or') }} <a @click="openInBrowser('https://github.com/getgridea/gridea/issues')">Issues</a> {{ $t('syncError2') }}
5555
</a-modal>
5656

5757
<a-modal title="🔥 New Version" :visible="updateModalVisible" :footer="null" @cancel="updateModalVisible = false" :maskClosable="false">

0 commit comments

Comments
 (0)