Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jul 4, 2019
1 parent 4c44886 commit c56fb0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions packages/cubejs-cli/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-playground/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class App extends Component {
<div>
Ask about it in&nbsp;
<a
href="https://cubejs-community.herokuapp.com"
href="https://slack.cube.dev"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit c56fb0e

Please sign in to comment.