From 13ba2840e1f979427e4daa7eb78c4892fbe68884 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:35:18 +0530 Subject: [PATCH] docs: fix dead ReadTheDocs links + dead Railway deploy buttons Six dead external URLs in two files: four RTD paths (advanced/supported/input/output) that 404 since the docs moved to docs.litellm.ai, and two Railway template buttons (RhvhdC, DYqQAW) that point at removed templates. The canonical deploy template is now railway.com/deploy/litellm. Supersedes #30908 which has gone stale against staging. --- README.md | 2 +- cookbook/litellm_proxy_server/readme.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3d0f7282d7c..e0338e898f1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
Open Source AI Gateway for 100+ LLMs. Self-hosted. Enterprise-ready. Call any LLM in OpenAI format.
diff --git a/cookbook/litellm_proxy_server/readme.md b/cookbook/litellm_proxy_server/readme.md index 2c1eab72c24..5ac80e47d6a 100644 --- a/cookbook/litellm_proxy_server/readme.md +++ b/cookbook/litellm_proxy_server/readme.md @@ -7,7 +7,7 @@  [](https://github.com/BerriAI/litellm) -[](https://railway.app/template/DYqQAW?referralCode=t3ukrU) +[](https://railway.com/deploy/litellm)  @@ -33,7 +33,7 @@ - Call all models using the OpenAI format - `completion(model, messages)` - Text responses will always be available at `['choices'][0]['message']['content']` - **Error Handling** Using Model Fallbacks (if `GPT-4` fails, try `llama2`) -- **Logging** - Log Requests, Responses and Errors to `Supabase`, `Posthog`, `Mixpanel`, `Sentry`, `Lunary`,`Athina`, `Helicone` (Any of the supported providers here: https://litellm.readthedocs.io/en/latest/advanced/ +- **Logging** - Log Requests, Responses and Errors to `Supabase`, `Posthog`, `Mixpanel`, `Sentry`, `Lunary`,`Athina`, `Helicone` (Any of the supported providers here: https://docs.litellm.ai/docs/proxy/logging **Example: Logs sent to Supabase**