From db933d5621393f83715cad6f36901a9a02d55a15 Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Tue, 2 Jul 2019 17:04:04 -0700 Subject: [PATCH] docs: update links to the repo --- README.md | 12 ++++++------ docs/Cube.js-Backend/Connecting-to-the-Database.md | 2 +- docs/Examples.md | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bcb4332e4c3be..de5bc8589d416 100644 --- a/README.md +++ b/README.md @@ -221,11 +221,11 @@ export default () => { | Demo | Code | Description | |:------|:----------:|:-------------| -|[Examples Gallery](https://statsbotco.github.io/cubejs-client/)|[examples-gallery](https://github.com/statsbotco/cubejs-client/tree/master/examples/examples-gallery)|Examples Gallery with different visualizations libraries| -|[Stripe Dashboard](http://cubejs-stripe-dashboard-example.s3-website-us-west-2.amazonaws.com/)|[stripe-dashboard](https://github.com/statsbotco/cubejs-client/tree/master/examples/stripe-dashboard)|Stripe Demo Dashboard built with Cube.js and Recharts| -|[AWS Web Analytics](https://statsbotco.github.io/cubejs-client/aws-web-analytics/)|[aws-web-analytics](https://github.com/statsbotco/cubejs-client/tree/master/examples/aws-web-analytics)|Web Analytics with AWS Lambda, Athena, Kinesis and Cube.js| -|[Event Analytics](https://d1ygcqhosay4lt.cloudfront.net/)|[event-analytics](https://github.com/statsbotco/cube.js/tree/master/examples/event-analytics)|Mixpanel like Event Analytics App built with Cube.js and Snowplow| -|[Node Express Dashboard](https://express-analytics-dashboard.herokuapp.com)|[node-express-dashboard](https://github.com/statsbotco/cube.js/tree/master/examples/express-analytics-dashboard)|Analytics Dashboard with Node, Express, and Cube.js| +|[Examples Gallery](https://statsbotco.github.io/cubejs-client/)|[examples-gallery](https://github.com/cube-js/cubejs-client/tree/master/examples/examples-gallery)|Examples Gallery with different visualizations libraries| +|[Stripe Dashboard](http://cubejs-stripe-dashboard-example.s3-website-us-west-2.amazonaws.com/)|[stripe-dashboard](https://github.com/cube-js/cubejs-client/tree/master/examples/stripe-dashboard)|Stripe Demo Dashboard built with Cube.js and Recharts| +|[AWS Web Analytics](https://statsbotco.github.io/cubejs-client/aws-web-analytics/)|[aws-web-analytics](https://github.com/cube-js/cubejs-client/tree/master/examples/aws-web-analytics)|Web Analytics with AWS Lambda, Athena, Kinesis and Cube.js| +|[Event Analytics](https://d1ygcqhosay4lt.cloudfront.net/)|[event-analytics](https://github.com/cube-js/cube.js/tree/master/examples/event-analytics)|Mixpanel like Event Analytics App built with Cube.js and Snowplow| +|[Node Express Dashboard](https://express-analytics-dashboard.herokuapp.com)|[node-express-dashboard](https://github.com/cube-js/cube.js/tree/master/examples/express-analytics-dashboard)|Analytics Dashboard with Node, Express, and Cube.js| ## Tutorials @@ -255,7 +255,7 @@ The Cube.js javascript Client performs queries, expressed via dimensions, measur ## Contributing -Contributions are **welcome and extremely helpful** 🙌 Please refer to [the contribution guide](https://github.com/statsbotco/cube.js/blob/master/CONTRIBUTING.md) for more information. +Contributions are **welcome and extremely helpful** 🙌 Please refer to [the contribution guide](https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md) for more information. ## License diff --git a/docs/Cube.js-Backend/Connecting-to-the-Database.md b/docs/Cube.js-Backend/Connecting-to-the-Database.md index 7392641531d0a..52f1b748898c3 100644 --- a/docs/Cube.js-Backend/Connecting-to-the-Database.md +++ b/docs/Cube.js-Backend/Connecting-to-the-Database.md @@ -18,7 +18,7 @@ Cube.js currently provides connectors to the following databases: | MS SQL | mssql | | ClickHouse | clickhouse | -_If you'd like to connect to a database which is not yet supported, you can create a Cube.js-compilant driver package. [Here's a simple step-by-step guide](https://github.com/statsbotco/cube.js/blob/master/CONTRIBUTING.md#implementing-driver)._ +_If you'd like to connect to a database which is not yet supported, you can create a Cube.js-compilant driver package. [Here's a simple step-by-step guide](https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-driver)._ ### Configuring Connection for Cube.js CLI Created Apps diff --git a/docs/Examples.md b/docs/Examples.md index 9c0e79b2a70e5..1c989edee72ba 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -6,9 +6,9 @@ category: Examples | Demo | Code | Description | |:------|:----------:|:-------------| -|[Examples Gallery](https://statsbotco.github.io/cubejs-client/)|[examples-gallery](https://github.com/statsbotco/cubejs-client/tree/master/examples/examples-gallery)|Examples Gallery with different visualizations libraries| -|[AWS Web Analytics](https://statsbotco.github.io/cubejs-client/aws-web-analytics/)|[aws-web-analytics](https://github.com/statsbotco/cubejs-client/tree/master/examples/aws-web-analytics)|Web Analytics with AWS Lambda, Athena, Kinesis and Cube.js| -|[Event Analytics](https://d1ygcqhosay4lt.cloudfront.net/)|[event-analytics](https://github.com/statsbotco/cube.js/tree/master/examples/event-analytics)|Mixpanel like Event Analytics App built with Cube.js and Snowplow| -|[React Dashboard](https://statsbotco.github.io/cubejs/react-dashboard/)|[react-dashboard](https://github.com/statsbotco/cube.js/tree/master/examples/react-dashboard)|E-commerce dashboard built with Cube.js and React| -|[Node Express Analytics Dashboard](https://express-analytics-dashboard.herokuapp.com/)|[express-analytics-dashboard](https://github.com/statsbotco/cube.js/tree/master/examples/express-analytics-dashboard)|Web analytics dashboard built with Cube.js, Express, and MongoDB| +|[Examples Gallery](https://statsbotco.github.io/cubejs-client/)|[examples-gallery](https://github.com/cube-js/cubejs-client/tree/master/examples/examples-gallery)|Examples Gallery with different visualizations libraries| +|[AWS Web Analytics](https://statsbotco.github.io/cubejs-client/aws-web-analytics/)|[aws-web-analytics](https://github.com/cube-js/cubejs-client/tree/master/examples/aws-web-analytics)|Web Analytics with AWS Lambda, Athena, Kinesis and Cube.js| +|[Event Analytics](https://d1ygcqhosay4lt.cloudfront.net/)|[event-analytics](https://github.com/cube-js/cube.js/tree/master/examples/event-analytics)|Mixpanel like Event Analytics App built with Cube.js and Snowplow| +|[React Dashboard](https://statsbotco.github.io/cubejs/react-dashboard/)|[react-dashboard](https://github.com/cube-js/cube.js/tree/master/examples/react-dashboard)|E-commerce dashboard built with Cube.js and React| +|[Node Express Analytics Dashboard](https://express-analytics-dashboard.herokuapp.com/)|[express-analytics-dashboard](https://github.com/cube-js/cube.js/tree/master/examples/express-analytics-dashboard)|Web analytics dashboard built with Cube.js, Express, and MongoDB| |[React E-Commerce Dashboard](http://demo.flatlogic.com/cubejs-dashboard/)|[ecommerce-dashboard-react](https://github.com/flatlogic/ecommerce-dashboard-react)|E-commerce analytics dashboard built with Cube.js and Flatlogic|