Skip to content

Commit 7844f35

Browse files
committed
Fix mbed.com links in README
Existing link for Mbed CLI for Windows installer is now 404: https://docs.mbed.com/docs/mbed-os-handbook/en/latest/dev_tools/cli_install/ Also, use /latest/ instead of /v5.10/ in the configuration system URL.
1 parent 45c4057 commit 7844f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
8686

8787
### Installing Mbed CLI
8888

89-
Windows users can use the [Mbed CLI for Windows installer](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/dev_tools/cli_install/) to install Mbed CLI and all necessary requirements with one installer.
89+
Windows users can use the [Mbed CLI for Windows installer](https://os.mbed.com/docs/latest/tools/windows.html) to install Mbed CLI and all necessary requirements with one installer.
9090

9191
You can get the latest stable version of Mbed CLI through pip by running:
9292

@@ -475,7 +475,7 @@ Image: ../threaded_blinky-out/threaded_blinky.bin
475475

476476
### Compile configuration system
477477

478-
The [compile configuration system](https://os.mbed.com/docs/v5.10/reference/configuration.html) provides a flexible mechanism for configuring the Mbed program, its libraries and the build target.
478+
The [compile configuration system](https://os.mbed.com/docs/latest/reference/configuration.html) provides a flexible mechanism for configuring the Mbed program, its libraries and the build target.
479479

480480
#### Inspecting the configuration
481481

0 commit comments

Comments
 (0)