Skip to content

Commit

Permalink
fix: docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Feb 7, 2024
1 parent 510cf7f commit d240f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/well-known-networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const mainnet = {
ethereumExplorerLink: 'https://etherscan.io',
explorer: 'https://explorer.vega.xyz',
governance: 'https://governance.vega.xyz',
docs: 'https://docs.vega.xyz/mainnet',
docs: 'https://docs.vega.xyz/mainnet/concepts/new-to-vega',
vegaDapps: 'https://vega.xyz/apps'
}

Expand All @@ -46,7 +46,7 @@ export const fairground = {
ethereumExplorerLink: 'https://sepolia.etherscan.io',
explorer: 'https://explorer.fairground.wtf',
governance: 'https://governance.fairground.wtf',
docs: 'https://docs.vega.xyz/testnet',
docs: 'https://docs.vega.xyz/testnet/concepts/new-to-vega',
vegaDapps: 'https://vega.xyz/apps'
}

Expand Down

0 comments on commit d240f1f

Please sign in to comment.