mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs: fix relative CONTRIBUTING/LICENSE links in proxy client README
litellm/proxy/client/README.md is three directories deep, but its Contributing and License links use ../../ which resolves to the litellm/ package dir rather than the repo root, so both links 404. Use ../../../ to point at the root CONTRIBUTING.md and LICENSE. Co-authored-by: TRAE CLI <noreply@bytedance.com>
This commit is contained in:
parent
b735578822
commit
9737973391
1 changed files with 2 additions and 2 deletions
|
|
@ -294,11 +294,11 @@ keys = client.keys.list(
|
|||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome! Please check out our [contributing guidelines](../../CONTRIBUTING.md) for details.
|
||||
Contributions are welcome! Please check out our [contributing guidelines](../../../CONTRIBUTING.md) for details.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.
|
||||
This project is licensed under the MIT License - see the [LICENSE](../../../LICENSE) file for details.
|
||||
|
||||
## CLI Authentication Flow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue