diff --git a/apps/token-e2e/src/integration/view/governance.cy.js b/apps/token-e2e/src/integration/view/governance.cy.js index 83f12444b..6342673f8 100644 --- a/apps/token-e2e/src/integration/view/governance.cy.js +++ b/apps/token-e2e/src/integration/view/governance.cy.js @@ -1,7 +1,7 @@ const proposalDocumentationLink = '[data-testid="proposal-documentation-link"]'; const newProposalButton = '[data-testid="new-proposal-link"]'; const newProposalLink = '[data-testid="new-proposal-link"]'; -const governanceDocsUrl = 'https://vega.xyz/proposals'; +const governanceDocsUrl = 'https://vega.xyz/governance'; const connectToVegaWalletButton = '[data-testid="connect-to-vega-wallet-btn"]'; context( diff --git a/libs/react-helpers/src/lib/links/links.ts b/libs/react-helpers/src/lib/links/links.ts index 5648e8dc0..b46abd165 100644 --- a/libs/react-helpers/src/lib/links/links.ts +++ b/libs/react-helpers/src/lib/links/links.ts @@ -17,7 +17,7 @@ export const ExternalLinks = { FEEDBACK: 'https://github.com/vegaprotocol/feedback/discussions', GITHUB: 'https://github.com/vegaprotocol/token-frontend', DISCORD: 'https://vega.xyz/discord', - GOVERNANCE_PAGE: 'https://vega.xyz/proposals', + GOVERNANCE_PAGE: 'https://vega.xyz/governance', VALIDATOR_FORUM: 'https://community.vega.xyz/c/mainnet-validator-candidates', MARGIN_CREDIT_RISK: 'https://vega.xyz/papers/margins-and-credit-risk.pdf#page=7',