Skip to content

Commit

Permalink
docs: Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin committed Jul 12, 2024
1 parent 6d2f97a commit c2381ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/product/apis-integrations/javascript-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ yarn add @cubejs-client/core

Now you can build your application from scratch or connect to one of our
[supported data visualization tools](/product/configuration/visualization-tools).
You can also [explore example applications](/guides/examples) built with Cube.
You can also [explore example applications](https://cube.dev/examples) built with Cube.

## Data format

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ yarn add @cubejs-client/core @cubejs-client/ngx

Now you can build your application from scratch or connect to one of our
[supported data visualization tools](/product/configuration/visualization-tools).
You can also [explore example applications](/guides/examples) built with Cube.
You can also [explore example applications](https://cube.dev/examples) built with Cube.


[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ yarn add @cubejs-client/core @cubejs-client/react

Now you can build your application from scratch or connect to one of our
[supported data visualization tools](/product/configuration/visualization-tools).
You can also [explore example applications](/guides/examples) built with Cube.
You can also [explore example applications](https://cube.dev/examples) built with Cube.


[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ yarn add @cubejs-client/core @cubejs-client/vue3

Now you can build your application from scratch or connect to one of our
[supported data visualization tools](/product/configuration/visualization-tools).
You can also [explore example applications](/guides/examples) built with Cube.
You can also [explore example applications](https://cube.dev/examples) built with Cube.


[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query

0 comments on commit c2381ab

Please sign in to comment.