Skip to content

Commit 712525c

Browse files
authored
Merge pull request #78 from aliceinwire/readme_update
README: Use full url for compatibility with PyPI readme file
2 parents da06336 + 279f9c2 commit 712525c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).
2525
Without a auth token kci-dev can be used in results view only mode.
2626

2727
## Contributing to kci-dev
2828

2929
The 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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
4547
black = "^24.8.0"

0 commit comments

Comments
 (0)