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:
richboyneedcash 2026-08-05 20:54:37 +08:00
parent b735578822
commit 9737973391

View file

@ -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