From 784bfab395b7520e074d3031dd315e58573f25fe Mon Sep 17 00:00:00 2001 From: "GA." Date: Tue, 2 Dec 2025 16:36:33 -0500 Subject: [PATCH] Fix directory name for clarity in fork instructions Corrected the directory name from 'custom_example' to 'custom-example' for clarity on potential merge issues. --- docs/en/qgc-dev-guide/custom_build/fork_repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/qgc-dev-guide/custom_build/fork_repo.md b/docs/en/qgc-dev-guide/custom_build/fork_repo.md index 22a4cddef91d..d36348dff658 100644 --- a/docs/en/qgc-dev-guide/custom_build/fork_repo.md +++ b/docs/en/qgc-dev-guide/custom_build/fork_repo.md @@ -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