Skip to content

Commit 9f5f1ff

Browse files
committed
Fixing link based on HotJar comment
1 parent f9c1f6a commit 9f5f1ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tools/CLI/debug_builds_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ mbed compile --profile mbed-os/tools/profiles/debug.json
1212

1313
## Exporting with debug symbols
1414

15-
You can also enable debug symbols when [exporting your project](exporting.html) by using:
15+
You can also enable debug symbols when [exporting your project](../tools/exporting.html) by using:
1616

1717
```
1818
$ mbed export -i uvision -m K64F --profile debug

docs/tools/toolchains/export_to_third_party.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The export process generates a ZIP archive with a project file matching your sel
3838

3939
## Exporting from Arm Mbed CLI
4040

41-
[Mbed CLI](../tools/developing-mbed-cli.html) currently supports [exporting](exporting.html#exporting-from-arm-mbed-cli) to all of the development environments mentioned above by using the `export` command.
41+
[Mbed CLI](../tools/developing-mbed-cli.html) currently supports [exporting](../tools/exporting.html#exporting-from-arm-mbed-cli) to all of the development environments mentioned above by using the `export` command.
4242

4343
For example, to export to uVision5 with the K64F target, run:
4444

docs/tools/tools_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ To complement our popular Mbed Online Compiler and command-line tools, we create
5151

5252
## Third party development tools
5353

54-
You can export your project from any of our tools to third party tools. For instructions, as well as tool-specific information, see the [Exporting to third party toolchains page](exporting.html).
54+
You can export your project from any of our tools to third party tools. For instructions, as well as tool-specific information, see the [Exporting to third party toolchains page](../tools/exporting.html).

0 commit comments

Comments
 (0)