Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ pip install kci-dev

## Configuration

You can see a example configuration file [here](docs/_index.md#configuration).
You can see a example configuration file [here](https://github.com/kernelci/kci-dev/blob/v0.1.1/docs/_index.md#configuration).
Without a auth token kci-dev can be used in results view only mode.

## Contributing to kci-dev

The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
The [Contributor Guide](CONTRIBUTING.md) should guide you on how to contribute to kci-dev project.
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.


## License
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ kci-dev = 'kcidev.main:run'

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/kernelci/kci-dev/issues"
Documentation = "https://docs.kernelci.org/kci-dev/"
Changelog = "https://github.com/kernelci/kci-dev/releases"

[tool.poetry.group.ci.dependencies]
black = "^24.8.0"
Expand Down
Loading