From c56fb0e27f06304a8314e9a2e984d4e964d37880 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Thu, 4 Jul 2019 13:21:49 -0700 Subject: [PATCH] Update links --- README.md | 2 +- package.json | 2 +- packages/cubejs-cli/utils.js | 4 ++-- packages/cubejs-playground/src/App.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df96bc030f2e2..162847e34fb25 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ export default () => { ## Community -If you have any questions or need help - [please join our Slack community](https://cubejs-community.herokuapp.com) of amazing developers and contributors. +If you have any questions or need help - [please join our Slack community](https://slack.cube.dev) of amazing developers and contributors. ## Architecture __Cube.js acts as an analytics backend__, translating business logic (metrics and dimensions) into SQL and handling database connection. diff --git a/package.json b/package.json index 3cc993504e6f5..3433ce784569a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/statsbotco/cube.js.git" + "url": "https://github.com/cube-js/cube.js.git" }, "license": "MIT" } diff --git a/packages/cubejs-cli/utils.js b/packages/cubejs-cli/utils.js index e0b18fc83f632..1b067091c1eb2 100644 --- a/packages/cubejs-cli/utils.js +++ b/packages/cubejs-cli/utils.js @@ -37,8 +37,8 @@ const displayError = async (text, options = {}) => { console.error(chalk.yellow('Need some help? -------------------------------------')); await event('Error', { error: Array.isArray(text) ? text.join('\n') : text.toString(), ...options }); console.error(''); - console.error(`${chalk.yellow(` Ask this question in Cube.js Slack:`)} https://cubejs-community.herokuapp.com`); - console.error(`${chalk.yellow(` Post an issue:`)} https://github.com/statsbotco/cube.js/issues`); + console.error(`${chalk.yellow(` Ask this question in Cube.js Slack:`)} https://slack.cube.dev`); + console.error(`${chalk.yellow(` Post an issue:`)} https://github.com/cube-js/cube.js/issues`); console.error(''); process.exit(1); }; diff --git a/packages/cubejs-playground/src/App.js b/packages/cubejs-playground/src/App.js index b7bbee5e2b558..b1f399e25f569 100755 --- a/packages/cubejs-playground/src/App.js +++ b/packages/cubejs-playground/src/App.js @@ -30,7 +30,7 @@ class App extends Component {
Ask about it in