Skip to content

Commit cc0099f

Browse files
committed
docs: Remove broken links
1 parent 40f5587 commit cc0099f

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

docs/pages/product/getting-started/cloud/query-from-react-app.mdx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,5 @@ const { resultSet, isLoading, error, progress } = useCubeQuery({
8080
});
8181
```
8282

83-
For more information on the Cube JavaScript frontend package and integration
84-
with React, please refer to the documentation.
85-
86-
You can also explore example applications built with React on top of the Cube
87-
REST API, along with their source code.
88-
89-
- [React with Highcharts](https://highcharts-demo.cube.dev/#/)
90-
- [React with AG Grid](https://react-pivot-table-demo.cube.dev/#/)
91-
- [React query builder](https://react-dashboard-demo.cube.dev/#/)
83+
For more information on the JavaScript SDK and integration
84+
with React, please refer to the documentation.

docs/pages/product/getting-started/databricks/query-from-react-app.mdx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,5 @@ const { resultSet, isLoading, error, progress } = useCubeQuery({
7575
});
7676
```
7777

78-
For more information on the Cube JavaScript frontend package and integration
79-
with React, please refer to the documentation.
80-
81-
You can also explore example applications built with React on top of the Cube
82-
REST API, along with their source code.
83-
84-
- [React with Highcharts](https://highcharts-demo.cube.dev/#/)
85-
- [React with AG Grid](https://react-pivot-table-demo.cube.dev/#/)
86-
- [React query builder](https://react-dashboard-demo.cube.dev/#/)
78+
For more information on the JavaScript SDK and integration
79+
with React, please refer to the documentation.

0 commit comments

Comments
 (0)