Skip to content

Commit 4810aaa

Browse files
docs: fix 404s in doc index (#4716)
1 parent ec903b9 commit 4810aaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/commands/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can use the CLI as you would run any Docker image:
6969
docker run -i --rm scaleway/cli:latest
7070
```
7171

72-
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)
72+
See more in-depth information about running the CLI in Docker [here](https://github.com/scaleway/scaleway-cli/blob/master/docs/docker.md).
7373

7474
# Getting Started
7575

@@ -100,14 +100,14 @@ scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=
100100

101101
You can configure your config or enable functionalities with environment variables.
102102

103-
Variables to override config are describe in [config documentation](/docs/commands/config.md).
103+
Variables to override config are describe in [config documentation](https://cli.scaleway.com/config/).
104104
To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment.
105105

106106
## Build it yourself
107107

108108
### Build Locally
109109

110-
If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](/.github/CONTRIBUTING.md).
110+
If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](https://github.com/scaleway/scaleway-cli/blob/master/.github/CONTRIBUTING.md).
111111
Note that this development version could include bugs, use [tagged releases](https://github.com/scaleway/scaleway-cli/releases/latest) if you need stability.
112112

113113
```bash
@@ -130,12 +130,12 @@ Once built, you can then use the CLI as you would run any image:
130130
docker run -i --rm scaleway/cli
131131
```
132132

133-
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)
133+
See more in-depth information about running the CLI in Docker [here](https://github.com/scaleway/scaleway-cli/blob/master/docs/docker.md)
134134

135135
# Development
136136

137137
This repository is at its early stage and is still in active development.
138-
If you are looking for a way to contribute please read [CONTRIBUTING.md](/.github/CONTRIBUTING.md).
138+
If you are looking for a way to contribute please read [CONTRIBUTING.md](https://github.com/scaleway/scaleway-cli/blob/master/.github/CONTRIBUTING.md).
139139

140140
# Reach Us
141141

0 commit comments

Comments
 (0)