aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/constants.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-05 19:16:45 +0800
committerFabio Berger <me@fabioberger.com>2019-02-05 19:16:45 +0800
commitd7c9d733499d30d33d32a22703e49ea3ad66e7b2 (patch)
tree322e559e862a70fa4f95e4820635353af89ba6fc /packages/website/ts/utils/constants.ts
parenta1bf5e8261ef24e3123832201f76ec6d12f4455b (diff)
parent09a5b6e7a3cc595249d8dac83b5a7e3fed9d7667 (diff)
downloaddexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.gz
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.zst
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.zip
Merge branch 'development' into fix/preSignedSignatureBug
* development: update error msg for dependency version check CI test for dependencies to have the same version (#1556) Add missing comma Decode NULL as false Update blog link to not be /latest, and use constant in mobile nav
Diffstat (limited to 'packages/website/ts/utils/constants.ts')
-rw-r--r--packages/website/ts/utils/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/utils/constants.ts b/packages/website/ts/utils/constants.ts
index ada8de549..03c1a0b83 100644
--- a/packages/website/ts/utils/constants.ts
+++ b/packages/website/ts/utils/constants.ts
@@ -74,7 +74,7 @@ export const constants = {
URL_ANGELLIST: 'https://angel.co/0xproject/jobs',
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_BLOG: 'https://blog.0xproject.com',
URL_DISCOURSE_FORUM: 'https://forum.0x.org',
URL_ECOSYSTEM_APPLY: 'https://0x.smapply.io/',
URL_ECOSYSTEM_BLOG_POST: 'https://blog.0xproject.com/announcing-the-0x-ecosystem-acceleration-program-89d1cb89d565',