Update 0x-launch-kit repo name to include -backend

This commit is contained in:
Fabio Berger
2019-05-16 16:30:48 -03:00
parent 2d3fe02cd7
commit c742cdfe5c
5 changed files with 10 additions and 10 deletions

View File

@@ -75,10 +75,10 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
},
{
description:
'Launch a 0x relayer in under a minute with Launch Kit. `0x-launch-kit` is an open-source, free-to-use 0x relayer template that you can use as a starting point for your own project.',
'Launch a 0x relayer API backend in under a minute with Launch Kit. `0x-launch-kit-backend` is an open-source, free-to-use 0x relayer template that you can use as a starting point for your own project.',
link: {
title: '0x launch kit',
to: 'https://github.com/0xProject/0x-launch-kit',
to: 'https://github.com/0xProject/0x-launch-kit-backend',
shouldOpenInNewTab: true,
},
},

View File

@@ -104,7 +104,7 @@ export const constants = {
URL_WETH_IO: 'https://weth.io/',
URL_CANONICAL_WETH_POST: 'https://blog.0xproject.com/canonical-weth-a9aa7d0279dd',
URL_ZEROEX_CHAT,
URL_LAUNCH_KIT: 'https://github.com/0xProject/0x-launch-kit',
URL_LAUNCH_KIT: 'https://github.com/0xProject/0x-launch-kit-backend',
URL_LAUNCH_KIT_BLOG_POST: 'https://blog.0xproject.com/introducing-the-0x-launch-kit-4acdc3453585',
URL_WEB3_DOCS: 'https://github.com/ethereum/wiki/wiki/JavaScript-API',
URL_WEB3_DECODED_LOG_ENTRY_EVENT: