Skip to content

Commit 3eb36f5

Browse files
authored
Merge pull request #27 from vengatlnx/patch-1
Minor: Fix targets.json path
2 parents 9b3b6e8 + 60b5ccc commit 3eb36f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/mbed_targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adding and configuring mbed targets
22

3-
mbed uses JSON as a description language for its build targets. The JSON description of mbed targets can be found in `tools/targets.json`. To better understand how a target is defined, we'll use this example (taken from `targets.json`):
3+
mbed uses JSON as a description language for its build targets. The JSON description of mbed targets can be found in `targets/targets.json`. To better understand how a target is defined, we'll use this example (taken from `targets.json`):
44

55
```
66
"TEENSY3_1": {

0 commit comments

Comments
 (0)