You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(docs): use absolute hrefs on data sources index page
Made-with: Cursor
* fix(docs): update stale cube.dev/docs deep links to new docs structure
Made-with: Cursor
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you are looking for a fully integrated platform, check out [Cube](https://cub
21
21
/>
22
22
23
23
<palign="center">
24
-
<i>Learn more about connecting Cube to <ahref="https://cube.dev/docs/config/databases?ref=github-readme"target="_blank">data sources</a> and <ahref="https://cube.dev/docs/config/downstream?ref=github-readme"target="_blank">analytics & visualization tools</a>.</i>
24
+
<i>Learn more about connecting Cube to <ahref="https://cube.dev/cube-core/getting-started/create-a-project?ref=github-readme"target="_blank">data sources</a> and <ahref="https://cube.dev/docs/integrations?ref=github-readme"target="_blank">analytics & visualization tools</a>.</i>
25
25
</p>
26
26
27
27
Cube Core was designed to work with all SQL data sources, including cloud data warehouses like Snowflake, Databricks, and BigQuery; query engines like Presto and Amazon Athena; and application databases like Postgres. Cube Core has a built-in relational caching engine to provide sub-second latency and high concurrency for API requests.
@@ -48,7 +48,7 @@ docker run -p 4000:4000 \
48
48
49
49
Then, open http://localhost:4000 in your browser to continue setup.
50
50
51
-
For a step-by-step guide, [see the docs](https://cube.dev/docs/getting-started-docker?ref=github-readme).
51
+
For a step-by-step guide, [see the docs](https://cube.dev/cube-core/getting-started/create-a-project?ref=github-readme).
52
52
53
53
### Cube — Complete Modern BI Tool from Cube Core Creators
54
54
@@ -59,9 +59,9 @@ For a step-by-step guide, [see the docs](https://cube.dev/docs/getting-started-d
0 commit comments