Browse Source

README.md: update path to build artifacts

Shiv Tyagi 10 months ago
parent
commit
930772dc76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -131,7 +131,7 @@ The default directory structure is established as follows:
 └── CustomBuild
     └── base
         ├── ardupilot            (used by the web component)
-        ├── builds
+        ├── artifacts
         ├── configs
         |   └── remotes.json     (auto-generated, see examples/remotes.json.sample)
         ├── secrets
@@ -139,7 +139,7 @@ The default directory structure is established as follows:
         ├── tmp
             └── ardupilot        (used by the builder component)
 ```
-The build artifacts are organized under the `base/builds` subdirectory.
+The build artifacts are organized under the `base/artifacts` subdirectory.
 
 ## Acknowledgements
 This project includes many valuable contributions made during the Google Summer of Code 2021. For more information, please see the [GSOC 2021 Blog Post](https://discuss.ardupilot.org/t/gsoc-2021-custom-firmware-builder/74946).