Skip to content

Commit 766312b

Browse files
fix(docs): fix 404s in doc index (#4668)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent 6e286a4 commit 766312b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/commands/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Scaleway CLI v2 Documentation
44

5-
<p align="center"><img width="50%" src="assets/cli-artwork.png" /></p>
5+
<p align="center"><img width="50%" src="../static_files/cli-artwork.png" /></p>
66

77
<p align="center">
88
<a href="https://circleci.com/gh/scaleway/scaleway-cli/tree/v2"><img src="https://circleci.com/gh/scaleway/scaleway-cli/tree/v2.svg?style=shield" alt="CircleCI" /></a>
@@ -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](/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](/docs/commands/config.md).
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](/.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](/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](/.github/CONTRIBUTING.md).
139139

140140
# Reach Us
141141

0 commit comments

Comments
 (0)