diff --git a/src/custom/components/Version/index.tsx b/src/custom/components/Version/index.tsx index 0afbc7961d..74cb8ebd49 100644 --- a/src/custom/components/Version/index.tsx +++ b/src/custom/components/Version/index.tsx @@ -38,7 +38,7 @@ const VERSIONS: Record< href(chainId: ChainId) { return { etherscan: _getContractsUrls(chainId, GP_VAULT_RELAYER), - github: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2VaultRelayer.sol`, + github: `https://github.com/cowprotocol/contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2VaultRelayer.sol`, } }, }, @@ -47,7 +47,7 @@ const VERSIONS: Record< href(chainId: ChainId) { return { etherscan: _getContractsUrls(chainId, GP_SETTLEMENT_CONTRACT_ADDRESS), - github: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2Settlement.sol`, + github: `https://github.com/cowprotocol/contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2Settlement.sol`, } }, }, diff --git a/src/custom/constants/index.ts b/src/custom/constants/index.ts index 80e528d109..ae9c2ff492 100644 --- a/src/custom/constants/index.ts +++ b/src/custom/constants/index.ts @@ -96,7 +96,7 @@ export const XDAI_LOGO_URI = export const DOCS_LINK = 'https://docs.cow.fi' export const CONTRACTS_CODE_LINK = 'https://github.com/gnosis/gp-v2-contracts' -export const CODE_LINK = 'https://github.com/gnosis/gp-swap-ui' +export const CODE_LINK = 'https://github.com/cowprotocol/cowswap' export const DISCORD_LINK = 'https://discord.com/invite/cowprotocol' export const DUNE_DASHBOARD_LINK = 'https://duneanalytics.com/gnosis.protocol/Gnosis-Protocol-V2' export const TWITTER_LINK = 'https://twitter.com/mevprotection'