Update docs links to new URLs (#379)

This commit is contained in:
candida-d 2022-05-06 14:09:01 +02:00 committed by GitHub
parent aaf19cd2f3
commit 1bb7c23c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
export const Links = {
WALLET_RELEASES:
'https://github.com/vegaprotocol/vegawallet-desktop/releases',
WALLET_GUIDE: 'https://docs.vega.xyz/docs/tools/vega-wallet',
WALLET_GUIDE: 'https://docs.vega.xyz/docs/mainnet/tools/vega-wallet',
SUSHI_PAIRS: 'https://analytics.sushi.com/pairs/',
SUSHI_ONSEN_MENU: 'https://app.sushi.com/farm',
SUSHI_ONSEN_WHAT_IS:
@ -11,5 +11,5 @@ export const Links = {
GITHUB: 'https://github.com/vegaprotocol/token-frontend',
DISCORD: 'https://vega.xyz/discord',
STAKING_GUIDE:
'https://docs.vega.xyz/docs/concepts/vega-chain/#staking-on-vega',
'https://docs.vega.xyz/docs/mainnet/concepts/vega-chain/#staking-on-vega',
};