Skip to content

Commit 092410a

Browse files
committed
Fix links to getting started
1 parent ad269c8 commit 092410a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Cube has the necessary infrastructure and features to implement efficient data m
4444

4545
<a href="https://cubecloud.dev/auth/signup?ref=github-readme"><img src="https://cubedev-blog-images.s3.us-east-2.amazonaws.com/f1f1eac0-0b44-4c47-936e-33b5c06eedf0.png" alt="Get started now" width="200px"></a>
4646

47-
For a step-by-step guide on Cube Cloud, [see the docs](https://cube.dev/docs/cloud/getting-started/create?ref=github-readme).
47+
For a step-by-step guide on Cube Cloud, [see the docs](https://cube.dev/docs/getting-started/cloud/overview?ref=github-readme).
4848

4949
### Docker
5050

docs/content/Getting-Started/Core/01-Overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ permalink: /getting-started/core/overview
44
category: Getting Started
55
subCategory: Cube Core
66
menuOrder: 2
7+
redirect_from:
8+
- /getting-started-docker
79
---
810

911
First, we'll create a new project, connect it to a database and generate a data

docs/content/Getting-Started/Core/02-Create-a-project.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ services:
2929
image: cubejs/cube:latest
3030
ports:
3131
- 4000:4000
32+
- 15432:15432
3233
environment:
3334
- CUBEJS_DEV_MODE=true
3435
volumes:

0 commit comments

Comments
 (0)