From 973797339135fdc080a3f131668d8dde90149222 Mon Sep 17 00:00:00 2001 From: richboyneedcash <273099414+richboyneedcash@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:54:37 +0800 Subject: [PATCH] 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 --- 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 6b28f43ac73..beb1df73c06 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