diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-05 19:16:45 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-05 19:16:45 +0800 |
commit | d7c9d733499d30d33d32a22703e49ea3ad66e7b2 (patch) | |
tree | 322e559e862a70fa4f95e4820635353af89ba6fc /packages/website/ts/utils/constants.ts | |
parent | a1bf5e8261ef24e3123832201f76ec6d12f4455b (diff) | |
parent | 09a5b6e7a3cc595249d8dac83b5a7e3fed9d7667 (diff) | |
download | dexon-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.ts | 2 |
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', |