litellm - 💡(How to fix) Fix [Bug]: Fix dead link for Skills Marketplace documentation in release notes [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
BerriAI/litellm#26035Fetched 2026-04-19 15:06:12
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
RAW_BUFFERClick to expand / collapse

Problem

In the release notes (v1.83.3-stable), links such as [Get Started](../../docs/proxy/skills) point to https://docs.litellm.ai/docs/proxy/skills, but that page does not exist (404).

The actual documentation file is skills_gateway.md and is not referenced properly in the release notes or sidebar.

Steps to Reproduce

  1. View the release note at https://docs.litellm.ai/release_notes/v1.83.3/v1-83-3-stable
  2. Find the "Get Started" link under Skills Marketplace
  3. Click the link — it's a 404

What did you expect to happen?

The link should go to valid documentation, e.g., /docs/skills_gateway or the tutorial at /docs/tutorials/claude_code_plugin_marketplace.

Suggested fix

  • Update [Get Started](../../docs/proxy/skills) in docs/my-website/release_notes/v1.83.3/index.md to point to the correct doc (e.g., ../../docs/skills_gateway)
  • Audit other release notes and sidebar for the same broken link

Affected files

extent analysis

TL;DR

Update the broken link in the release notes to point to the correct documentation file, such as ../../docs/skills_gateway.

Guidance

  • Verify the correct file path for the intended documentation, ensuring it matches the actual file location, such as ../../docs/skills_gateway.
  • Update the link in docs/my-website/release_notes/v1.83.3/index.md to point to the correct file, as suggested in the issue.
  • Perform an audit of other release notes and the sidebar to identify and fix any similar broken links.
  • Consider updating the link to point to a tutorial, such as /docs/tutorials/claude_code_plugin_marketplace, if it better serves the "Get Started" purpose.

Example

No code snippet is necessary for this fix, as it involves updating a Markdown link in a documentation file.

Notes

This fix assumes that the correct documentation file is indeed skills_gateway.md and that updating the link will resolve the issue. If the link's purpose is to point to a tutorial or other documentation, the correct file path should be used instead.

Recommendation

Apply the workaround by updating the broken link to point to the correct documentation file, as this directly addresses the reported issue and should resolve the 404 error.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

litellm - 💡(How to fix) Fix [Bug]: Fix dead link for Skills Marketplace documentation in release notes [1 participants]