Skip to content

Commit

Permalink
fix(urls): add https prefix to a url [RELEASE ONLY]
Browse files Browse the repository at this point in the history
  • Loading branch information
komret committed Sep 17, 2024
1 parent 4b8b459 commit 1b0a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/urls/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const HELP_CENTER_EVM_ADDRESS_CHECKSUM =
export const HELP_CENTER_FIRMWARE_REVISION_CHECK =
'https://trezor.io/learn/a/trezor-firmware-revision-check';
export const TREZOR_SUPPORT_FW_CHECK_FAILED =
'trezor.io/support/a/trezor-firmware-revision-check-failed';
'https://trezor.io/support/a/trezor-firmware-revision-check-failed';

export const INVITY_URL = 'https://invity.io/';
export const INVITY_SCHEDULE_OF_FEES = 'https://blog.invity.io/schedule-of-fees';
Expand Down

0 comments on commit 1b0a119

Please sign in to comment.