File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ pip install kci-dev
2121
2222## Configuration
2323
24- You can see a example configuration file [ here] ( docs/_index.md#configuration ) .
24+ You can see a example configuration file [ here] ( https://github.com/kernelci/kci-dev/blob/v0.1.1/ docs/_index.md#configuration) .
2525Without a auth token kci-dev can be used in results view only mode.
2626
2727## Contributing to kci-dev
2828
2929The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
30- The [ Contributor Guide] ( CONTRIBUTING.md ) should guide you on how to contribute to kci-dev project.
30+ The [ Contributor Guide] ( https://github.com/kernelci/kci-dev/blob/v0.1.1/ CONTRIBUTING.md) should guide you on how to contribute to kci-dev project.
3131
3232
3333## License
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ kci-dev = 'kcidev.main:run'
4040
4141[tool .poetry .urls ]
4242"Issue Tracker" = " https://github.com/kernelci/kci-dev/issues"
43+ Documentation = " https://docs.kernelci.org/kci-dev/"
44+ Changelog = " https://github.com/kernelci/kci-dev/releases"
4345
4446[tool .poetry .group .ci .dependencies ]
4547black = " ^24.8.0"
You can’t perform that action at this time.
0 commit comments