diff --git a/docs/DevManual.md b/docs/DevManual.md index 04670ee8..7909f9a2 100644 --- a/docs/DevManual.md +++ b/docs/DevManual.md @@ -81,7 +81,7 @@ CppSharp uses its own code, to parse and generate C# bindings from (clang) sourc - To add or remove code in parser source that is not yet automatically generated - Make your changes - - Copy them to a new folder in `/BootstrapPatch` + - Copy them to a new folder in `/src/BootstrapPatch` - Discard the copied changes using git - Finally, run `CppSharp.Parser.Gen` to generate the C# and C++/CLI bindings