From 7dcfde2a1c5d14be018763d5468543cf5f865ef0 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 29 May 2025 18:27:14 +0300 Subject: [PATCH] fix the litellm CLA reference (#11230) Signed-off-by: Emmanuel Ferdman --- docs/my-website/docs/extras/contributing_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/extras/contributing_code.md b/docs/my-website/docs/extras/contributing_code.md index 747df5b60fc..8a617431960 100644 --- a/docs/my-website/docs/extras/contributing_code.md +++ b/docs/my-website/docs/extras/contributing_code.md @@ -13,7 +13,7 @@ Here are the core requirements for any PR submitted to LiteLLM ## **Contributor License Agreement (CLA)** -Before contributing code to LiteLLM, you must sign our [Contributor License Agreement (CLA)](<(https://cla-assistant.io/BerriAI/litellm)>). This is a legal requirement for all contributions to be merged into the main repository. The CLA helps protect both you and the project by clearly defining the terms under which your contributions are made. +Before contributing code to LiteLLM, you must sign our [Contributor License Agreement (CLA)](https://cla-assistant.io/BerriAI/litellm). This is a legal requirement for all contributions to be merged into the main repository. The CLA helps protect both you and the project by clearly defining the terms under which your contributions are made. **Important:** We strongly recommend reviewing and signing the CLA before starting work on your contribution to avoid any delays in the PR process. You can find the CLA [here](https://cla-assistant.io/BerriAI/litellm) and sign it through our CLA management system when you submit your first PR.