From 3a624f97f927408e0ce9405c9bda1d90e5499cf3 Mon Sep 17 00:00:00 2001 From: MsfPablo Date: Mon, 24 Aug 2026 20:58:46 +0200 Subject: [PATCH] docs: fix broken CONTRIBUTING and LICENSE links in proxy client README --- litellm/proxy/client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/client/README.md b/litellm/proxy/client/README.md index 1fff68677cc..7c5763e05c6 100644 --- a/litellm/proxy/client/README.md +++ b/litellm/proxy/client/README.md @@ -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