Skip to content

Commit

Permalink
[CCDWA-197] Replace broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Mahda committed Jan 23, 2025
1 parent c683c3e commit 04545b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/browser-wallet/src/shared/constants/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export const spawnedPopupUrl = 'popup.html?spawned';
export const web3IdProofPopupUrl = `${spawnedPopupUrl}&web3idproof`;

const urls = {
termsAndConditions: 'https://developer.concordium.software/en/mainnet/net/resources/terms-and-conditions.html',
licenseAttributions: 'https://developer.concordium.software/en/mainnet/net/resources/bw-licenses.html',
zkpDocumentation: 'https://developer.concordium.software/en/mainnet/net/guides/proofs.html',
termsAndConditions: 'https://www.concordium.com/privacy-policy',
licenseAttributions: 'https://docs.concordium.com/en/mainnet/docs/guides/cryptox-terms.html',
zkpDocumentation: 'https://docs.concordium.com/en/mainnet/docs/guides/proofs.html',
website: 'https://www.concordium.com',
supportWebsite: 'https://support.concordium.software',
documentationWebsite: 'https://developer.concordium.software/en/mainnet/index.html',
Expand Down

0 comments on commit 04545b9

Please sign in to comment.