Skip to content

Commit

Permalink
docs: update links to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
keydunov committed Jul 3, 2019
1 parent e983700 commit db933d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Cube.js-Backend/Connecting-to-the-Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|

0 comments on commit db933d5

Please sign in to comment.