Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/qgc-dev-guide/custom_build/fork_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copy the `custom_example` directory to a new `custom` directory at the root of the repo.
* Tweak the source in `custom` directory as needed.

You can also rename the `custom_example` directory to `custom` but that can lead to merge problems when you bring your fork up to date with newer upstream version of regular QGC.
You can also rename the `custom-example` directory to `custom` but that can lead to merge problems when you bring your fork up to date with newer upstream version of regular QGC.


## Modifying Mainline QGC Source Code
Expand Down
Loading