Skip to content

Commit ce8dd03

Browse files
authored
Merge pull request #425 from AnotherButler/patch-1
Fix broken link in README.md
2 parents 5fdf12a + 8912d19 commit ce8dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The [compile configuration system](https://docs.mbed.com/docs/mbed-os-handbook/e
395395

396396
___Inspecting the configuration___
397397

398-
If the program uses the [compile configuration system](https://github.com/ARMmbed/mbed-os/blob/master/docs/config_system.md), you can use `mbed compile --config` to view the configuration:
398+
If the program uses the [compile configuration system](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/config_system/), you can use `mbed compile --config` to view the configuration:
399399

400400
```
401401
$ mbed compile --config -t GCC_ARM -m K64F

0 commit comments

Comments
 (0)