Skip to content

Commit 09ae0ed

Browse files
committed
Update README.md links for better navigation
- Changed LICENSE link to point to docs/LICENSE for clarity. - Updated CONTRIBUTING.md link to direct users to docs/CONTRIBUTING.md for easier access. - Clarified license information by linking to the documentation instead of a standalone file.
1 parent b2b33a0 commit 09ae0ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/TMHSDigital/DeepSeek-Wrapper/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TMHSDigital/DeepSeek-Wrapper/actions)
44
[![Coverage Status](https://img.shields.io/badge/coverage-94%25-brightgreen)](https://github.com/TMHSDigital/DeepSeek-Wrapper)
5-
[![License](https://img.shields.io/github/license/TMHSDigital/DeepSeek-Wrapper)](LICENSE)
5+
[![License](https://img.shields.io/github/license/TMHSDigital/DeepSeek-Wrapper)](docs/LICENSE)
66
[![Python Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://www.python.org/downloads/)
77

88
[![Issues](https://img.shields.io/github/issues/TMHSDigital/DeepSeek-Wrapper)](https://github.com/TMHSDigital/DeepSeek-Wrapper/issues)
@@ -199,7 +199,7 @@ pytest --cov=src/deepseek_wrapper
199199
```
200200

201201
## Contributing
202-
- See `CONTRIBUTING.md`
202+
- See [CONTRIBUTING.md](docs/CONTRIBUTING.md)
203203
- Run `pre-commit install` to enable hooks
204204

205205
## Links
@@ -208,4 +208,4 @@ pytest --cov=src/deepseek_wrapper
208208
- [GitHub Repo](https://github.com/TMHSDigital/DeepSeek-Wrapper)
209209

210210
## License
211-
Apache 2.0
211+
This project is licensed under the [Apache 2.0 License](docs/LICENSE).

0 commit comments

Comments
 (0)