From cc56b350c8087fc4e9d6e0db10e2a8e47dbe0dbc Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Tue, 27 Dec 2022 15:31:50 +0200 Subject: [PATCH] fix: fix link for https://vega.xyz/governance --- apps/token-e2e/src/integration/view/governance.cy.js | 2 +- libs/react-helpers/src/lib/links/links.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',