From 00647ad915ce0d6b915414fc30744dece742b99b Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:12:19 +0530 Subject: [PATCH] refactor: updated links what data sharing links --- packages/hoppscotch-sh-admin/src/components.d.ts | 1 - .../hoppscotch-sh-admin/src/components/settings/DataSharing.vue | 2 +- .../src/components/setup/DataSharingAndNewsletter.vue | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/hoppscotch-sh-admin/src/components.d.ts b/packages/hoppscotch-sh-admin/src/components.d.ts index 671efba5f94..e8c283be887 100644 --- a/packages/hoppscotch-sh-admin/src/components.d.ts +++ b/packages/hoppscotch-sh-admin/src/components.d.ts @@ -17,7 +17,6 @@ declare module '@vue/runtime-core' { HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'] HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'] HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'] - HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete'] HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'] HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput'] HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem'] diff --git a/packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue b/packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue index 98367302c67..22f668f0396 100644 --- a/packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue +++ b/packages/hoppscotch-sh-admin/src/components/settings/DataSharing.vue @@ -27,7 +27,7 @@ filled :icon="IconShieldQuestion" :label="t('configs.data_sharing.see_shared')" - to="http://docs.hoppscotch.io" + to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry" blank class="w-min my-2" /> diff --git a/packages/hoppscotch-sh-admin/src/components/setup/DataSharingAndNewsletter.vue b/packages/hoppscotch-sh-admin/src/components/setup/DataSharingAndNewsletter.vue index 443acf3fddd..6ff562859d0 100644 --- a/packages/hoppscotch-sh-admin/src/components/setup/DataSharingAndNewsletter.vue +++ b/packages/hoppscotch-sh-admin/src/components/setup/DataSharingAndNewsletter.vue @@ -31,7 +31,7 @@