Skip to content

Commit

Permalink
Merge pull request #688 from bridadan/remove_wrong_export_directory
Browse files Browse the repository at this point in the history
Removing mention of the export 'projectfiles' directory
  • Loading branch information
Amanda Butler authored Aug 29, 2018
2 parents 3cc96ae + 59c584a commit c2e1133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tools/offline/cli-collaborate.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ For example, to export to uVision, run:
$ mbed export -i uvision -m K64F
```

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

### Publishing changes

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/testing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Once you've copied all of the test's source files to your project root, export y
mbed export -i <IDE name>
```
You can find your exported project in `projectfiles/<IDE>_<target>`.
You can find your exported project in the root project directory.
#### Running a test while debugging
Expand Down

0 comments on commit c2e1133

Please sign in to comment.