README: Fix reference to developer guide

This commit is contained in:
Brian C. Lane 2024-02-21 09:50:04 -08:00 committed by Tomáš Hozza
parent e6a7cb2544
commit 4e504f7905
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@ This pull request includes:
- [ ] adequate testing for the new functionality or fixed issue - [ ] adequate testing for the new functionality or fixed issue
- [ ] adequate documentation informing people about the change such as - [ ] adequate documentation informing people about the change such as
- [ ] submit a PR for the [guides](https://github.com/osbuild/guides) repository if this PR changed any behavior described there: https://www.osbuild.org/guides/ - [ ] submit a PR for the READMEs [listed here](https://github.com/osbuild/osbuild.github.io/blob/main/readme-list)
- [ ] submit a PR for the [osbuild.org website](https://github.com/osbuild/osbuild.github.io/) repository if this PR changed any behavior not covered by the automatically updated READMEs
<!-- <!--
Thanks for proposing a change to osbuild-composer! Thanks for proposing a change to osbuild-composer!

View file

@ -3,7 +3,7 @@
First of all, thank you for taking the time to contribute to osbuild-composer. First of all, thank you for taking the time to contribute to osbuild-composer.
In this document you will find information that can help you with your In this document you will find information that can help you with your
contribution. contribution.
For more information feel free to read our [developer guide](https://www.osbuild.org/guides/developer-guide/developer-guide.html). For more information feel free to read our [developer guide](https://www.osbuild.org/docs/developer-guide/index).
### Running from sources ### Running from sources