Skip to content

Commit

Permalink
refactor: updated links what data sharing links
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Mar 12, 2024
1 parent bbb82c6 commit 00647ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/hoppscotch-sh-admin/src/components.d.ts
Expand Up @@ -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']
Expand Down
Expand Up @@ -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"
/>
Expand Down
Expand Up @@ -31,7 +31,7 @@
<!-- TODO: Update link -->
<HoppSmartAnchor
blank
to="http://docs.hoppscotch.io"
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
:label="t('data_sharing.see_shared')"
class="underline"
/>
Expand Down

0 comments on commit 00647ad

Please sign in to comment.