Skip to content

Commit a89d460

Browse files
committed
feat: update doc url
1 parent 5023cf0 commit a89d460

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
export const MAIN_PRODUCTION_HOST = 'app.venus.io';
2-
export const VENUS_FLUX_URL = 'https://flux.venus.io';
3-
export const VENUS_DOC_URL = 'https://docs-v4.venus.io';
1+
export const MAIN_PRODUCTION_HOST = "app.venus.io";
2+
export const VENUS_FLUX_URL = "https://flux.venus.io";
3+
export const VENUS_DOC_URL = "https://docs-v4.venus.io";
44
export const VENUS_PRIME_DOC_URL = `${VENUS_DOC_URL}/whats-new/prime-yield`;
55
// TODO: update to the actual protection mode doc page once available
6-
export const VENUS_PROTECTION_MODE_DOC_URL = VENUS_DOC_URL;
6+
export const VENUS_PROTECTION_MODE_DOC_URL = `${VENUS_DOC_URL}/risk/protection-mode`;
77

8-
export const DISCORD_SERVER_URL = 'https://discord.com/servers/venus-protocol-912811548651708448';
9-
export const VENUS_COMMUNITY_URL = 'https://community.venus.io/';
10-
export const VENUS_GITHUB_URL = 'https://github.com/VenusProtocol/';
11-
export const VENUS_DISCORD_URL = 'https://discord.gg/venus-protocol-912811548651708448';
12-
export const VENUS_TELEGRAM_URL = 'https://t.me/venusprotocol';
8+
export const DISCORD_SERVER_URL =
9+
"https://discord.com/servers/venus-protocol-912811548651708448";
10+
export const VENUS_COMMUNITY_URL = "https://community.venus.io/";
11+
export const VENUS_GITHUB_URL = "https://github.com/VenusProtocol/";
12+
export const VENUS_DISCORD_URL =
13+
"https://discord.gg/venus-protocol-912811548651708448";
14+
export const VENUS_TELEGRAM_URL = "https://t.me/venusprotocol";

0 commit comments

Comments
 (0)