Skip to content

Commit bb82ad1

Browse files
author
Lukas Gentele
authored
Update README.md
1 parent df9ec10 commit bb82ad1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devsp
4747
curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nE 's!.*"(https://github.com[^"]*devspace-darwin-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
4848
```
4949

50-
## [Quickstart](https://devspace.covexo.com/docs/getting-started/quickstart.html)
50+
## [Quickstart](https://devspace-cloud.com/getting-started/)
5151
To get started with the DevSpace CLI, you only need a Kubernetes cluster. If you do not have one yet, take a look at our [Minikube Install Guide](https://devspace.covexo.com/docs/advanced/kubernetes.html) or [request access to the private beta of the DevSpace Cloud](https://devspace-cloud.com/).
5252

5353
The DevSpace CLI allows you to create a DevSpace for any existing project with just a single command:
5454
```
5555
devspace up
5656
```
57-
Take a look at the [Getting Started Guide](https://devspace.covexo.com/docs/getting-started/quickstart.html) on our documentation page to see how to get started with a DevSpace.
57+
Take a look at the [Getting Started Guide](https://devspace-cloud.com/getting-started/) on our documentation page to see how to get started with a DevSpace.
5858

5959
**Note:** Don't worry, you can use `devspace reset` to reset your project and go back to local development.
6060

6161
## [Documentation](https://devspace.covexo.com/docs/getting-started/quickstart.html)
6262
Here you can find some links to the most important pages of our documentation:
63-
- [Getting Started Guide](https://devspace.covexo.com/docs/getting-started/quickstart.html)
63+
- [Getting Started Guide](https://devspace-cloud.com/getting-started/)
6464
- [Frequently Asked Questions (FAQ)](https://devspace.covexo.com/docs/getting-started/faq.html)
6565
- [DevSpace Configuration Options](https://devspace.covexo.com/docs/configuration/config.yaml.html)
6666
- [CLI Documentation](https://devspace.covexo.com/docs/cli/init.html)

0 commit comments

Comments
 (0)