Skip to content

Commit c2e1133

Browse files
author
Amanda Butler
authored
Merge pull request #688 from bridadan/remove_wrong_export_directory
Removing mention of the export 'projectfiles' directory
2 parents 3cc96ae + 59c584a commit c2e1133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tools/offline/cli-collaborate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For example, to export to uVision, run:
9999
$ mbed export -i uvision -m K64F
100100
```
101101

102-
Mbed CLI creates a `.uvprojx` file in the projectfiles/uvision folder. You can open the project file with uVision.
102+
Mbed CLI creates a `.uvprojx` file in the root project directory. You can open the project file with uVision.
103103

104104
### Publishing changes
105105

docs/tools/testing/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Once you've copied all of the test's source files to your project root, export y
140140
mbed export -i <IDE name>
141141
```
142142
143-
You can find your exported project in `projectfiles/<IDE>_<target>`.
143+
You can find your exported project in the root project directory.
144144
145145
#### Running a test while debugging
146146

0 commit comments

Comments
 (0)