aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2019-01-08 09:31:38 +0800
committerfragosti <francesco.agosti93@gmail.com>2019-01-08 09:36:14 +0800
commitf412c36e23124da5ad6c0ee146a3c8063a60aacc (patch)
treecebec679329bd8213a3a37a927568b3c4b444947
parenteae255b0ff19965cb3cf78f55bdb7df4363af6d1 (diff)
downloaddexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar.gz
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar.bz2
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar.lz
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar.xz
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.tar.zst
dexon-sol-tools-f412c36e23124da5ad6c0ee146a3c8063a60aacc.zip
fix: use old forum URL for now
-rw-r--r--packages/website/ts/utils/constants.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/utils/constants.ts b/packages/website/ts/utils/constants.ts
index ada8de549..c62de4eb3 100644
--- a/packages/website/ts/utils/constants.ts
+++ b/packages/website/ts/utils/constants.ts
@@ -2,7 +2,7 @@ import { ALink } from '@0x/react-shared';
import { BigNumber } from '@0x/utils';
import { Key, WebsitePaths } from 'ts/types';
-const URL_FORUM = 'https://forum.0x.org';
+const URL_FORUM = 'https://forum.0xproject.com';
const URL_ZEROEX_CHAT = 'https://discord.gg/d3FTX3M';
export const constants = {
@@ -75,7 +75,7 @@ export const constants = {
URL_APACHE_LICENSE: 'http://www.apache.org/licenses/LICENSE-2.0',
URL_BITLY_API: 'https://api-ssl.bitly.com',
URL_BLOG: 'https://blog.0xproject.com/latest',
- URL_DISCOURSE_FORUM: 'https://forum.0x.org',
+ URL_DISCOURSE_FORUM: 'https://forum.0xproject.com',
URL_ECOSYSTEM_APPLY: 'https://0x.smapply.io/',
URL_ECOSYSTEM_BLOG_POST: 'https://blog.0xproject.com/announcing-the-0x-ecosystem-acceleration-program-89d1cb89d565',
URL_FIREFOX_U2F_ADDON: 'https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/',