Skip to content

Commit 58973b9

Browse files
authored
README.md: Fix typo (#177)
# Fix a typo in the README There was a typo in the `Adding new Extensions` chapter. It mentioned the file `docs/_index.md` but I only found `docs/index.md` ## How to use -- ## Testing done None - [ ] Changelog entries added in the respective `changelog/` directory (user-facing change, bug fix, security fix, update) - [ ] Inspected CI output for image differences: `/boot` and `/usr` size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.
2 parents ca2f7b6 + 9a96d20 commit 58973b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To add an extension:
153153
- `populate_sysext_root` populates the system extension root directory (available via `$sysextroot`).
154154
This function runs in a temporary directory; stuff can be downloaded / built in `./` and then moved to `$sysextroot`.
155155
The temporary directory will be removed when the extension build is complete (or when it errors out); no need to clean up manually.
156-
4. Add `docs/<my-extension-name>.md` with documentation and example configuration for the new extension, and reference the new file from the list of extensions in `docs/_index.md`.
156+
4. Add `docs/<my-extension-name>.md` with documentation and example configuration for the new extension, and reference the new file from the list of extensions in `docs/index.md`.
157157
5. Optionally add the new extension name to [release_build_versions.txt](https://github.com/flatcar/sysext-bakery/blob/main/release_build_versions.txt) to automatically build it when new upstream versions are released.
158158
6. File a PR.
159159

0 commit comments

Comments
 (0)