File tree 1 file changed +2
-1
lines changed
packages/frontend/src/pages
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
17
17
<div>{{ i18n.ts.youShouldUpgradeClient }}</div>
18
18
<MkButton style="margin: 8px auto;" @click="reload">{{ i18n.ts.reload }}</MkButton>
19
19
</template>
20
- <div><MkA to="/ docs/general/ troubleshooting" class="_link ">{{ i18n.ts.troubleshooting }}</MkA ></div>
20
+ <div><MkLink url="https://misskey-hub.net/ docs/for-users/resources/ troubleshooting/" target="_blank ">{{ i18n.ts.troubleshooting }}</MkLink ></div>
21
21
<div v-if="error" style="opacity: 0.7;">ERROR: {{ error }}</div>
22
22
</div>
23
23
</div>
@@ -28,6 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only
28
28
import { ref, computed } from 'vue';
29
29
import * as Misskey from 'misskey-js';
30
30
import MkButton from '@/components/MkButton.vue';
31
+ import MkLink from '@/components/MkLink.vue';
31
32
import { version } from '@/config.js';
32
33
import { misskeyApi } from '@/scripts/misskey-api.js';
33
34
import { unisonReload } from '@/scripts/unison-reload.js';
You can’t perform that action at this time.
0 commit comments