HACKING.md: move useful links from README.md
There are not of general interest, but are specific to plugin development. Move it to HACKING.md.
This commit is contained in:
parent
66aebcd0d4
commit
ec16d4fb14
2 changed files with 8 additions and 8 deletions
|
|
@ -106,3 +106,11 @@ koji --server=http://localhost/kojihub \
|
|||
--image-type qcow2 \
|
||||
--release 1
|
||||
```
|
||||
|
||||
## Useful links
|
||||
|
||||
- [koji source](https://pagure.io/koji/tree/master)
|
||||
- [koji plugin howto](https://docs.pagure.org/koji/writing_a_plugin/)
|
||||
- [koji server howto](https://docs.pagure.org/koji/server_howto/)
|
||||
- [koji server bootstrap](https://docs.pagure.org/koji/server_bootstrap/)
|
||||
- [osbs koji plugin](https://github.com/containerbuildsystem/koji-containerbuild/)
|
||||
|
|
|
|||
|
|
@ -14,11 +14,3 @@ plugins:
|
|||
## Development
|
||||
|
||||
See [`HACKING.md`](HACKING.md) for how to develop and test this project.
|
||||
|
||||
### Useful links
|
||||
|
||||
- [koji source](https://pagure.io/koji/tree/master)
|
||||
- [koji plugin howto](https://docs.pagure.org/koji/writing_a_plugin/)
|
||||
- [koji server howto](https://docs.pagure.org/koji/server_howto/)
|
||||
- [koji server bootstrap](https://docs.pagure.org/koji/server_bootstrap/)
|
||||
- [osbs koji plugin](https://github.com/containerbuildsystem/koji-containerbuild/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue