Skip to content

Commit

Permalink
docs(tests/starship): fix broken link (#20123)
Browse files Browse the repository at this point in the history
  • Loading branch information
seay404 authored Apr 22, 2024
1 parent 63f386e commit d11304b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/starship/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ Perfect for running internal devnets, and writing e2e tests. Starship helps take

### Setup dependencies

Checkout the [docs](https://starship.cosmology.tech/get-started/step-1) or just run:
Checkout the [docs](https://docs.cosmology.zone/starship/get-started/step-1) or just run:
```bash
make setup-deps
```

### Connect to kubernetes cluster

Connect to a k8s cluster. Follow one of the 2 steps based on your operating system
* [2.1.1](https://starship.cosmology.tech/get-started/step-2#211-setup-with-kind-cluster): Spin up using kind cluster, for linux
* [2.1.2](https://starship.cosmology.tech/get-started/step-2#212-setup-with-docker-desktop): Using docker-desktop, for mac
* [2.1.1](https://docs.cosmology.zone/starship/get-started/step-2#211-setup-with-kind-cluster): Spin up using kind cluster, for linux
* [2.1.2](https://docs.cosmology.zone/starship/get-started/step-2#212-setup-with-docker-desktop): Using docker-desktop, for mac

Run following to check the connection
```bash
Expand Down

0 comments on commit d11304b

Please sign in to comment.