Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 2a5199e

Browse files
cuiyanxgrgustaf
authored andcommitted
[docs] Update README.md to fix bad url (#795)
1 parent 38023f0 commit 2a5199e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ file in the root of the source tree to see what version you're on. If you're on
5858
the master development branch it will just say 'devel'.
5959

6060
#### Install the Zephyr SDK
61-
Download the [latest Zephyr SDK] (https://www.zephyrproject.org/downloads/tools), then:
61+
Download the [latest Zephyr SDK] (https://www.zephyrproject.org/downloads), then:
6262
```bash
63-
$ chmod +x /path/to/zephyr-sdk-<VERSION>-i686-setup.run
64-
$ sudo /path/to/zephyr-sdk-<VERSION>-i686-setup.run
63+
$ chmod +x /path/to/zephyr-sdk-<VERSION>-setup.run
64+
$ sudo /path/to/zephyr-sdk-<VERSION>-setup.run
6565
```
6666

6767
Follow the prompts, but the defaults should be fine.

0 commit comments

Comments
 (0)