fix: broken docs link

This commit is contained in:
Liyas Thomas
2023-12-16 10:36:54 +05:30
parent 9b870f876a
commit 06f0f1c91b
2 changed files with 2 additions and 2 deletions

View File

@@ -681,4 +681,4 @@ export const INFRA_CONFIG_INVALID_INPUT = 'infra_config/invalid_input' as const;
* (InfraConfigService)
*/
export const DATABASE_TABLE_NOT_EXIST =
'Database migration not performed. Please check the FAQ for assistance: https://docs.hoppscotch.io/support/faq';
'Database migration not performed. Please check the FAQ for assistance: https://docs.hoppscotch.io/support/getting-started/faq';

View File

@@ -13,7 +13,7 @@
>
<HoppButtonSecondary
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/documentation/features/share-requests"
to="https://docs.hoppscotch.io/documentation/features/widgets"
blank
:title="t('app.wiki')"
:icon="IconHelpCircle"