Fix outdated SGLang diffusion documentation links#314
Merged
zhaochenyang20 merged 1 commit intolm-sys:mainfrom Feb 12, 2026
Merged
Fix outdated SGLang diffusion documentation links#314zhaochenyang20 merged 1 commit intolm-sys:mainfrom
zhaochenyang20 merged 1 commit intolm-sys:mainfrom
Conversation
Update links to point to new docs/diffusion/ structure after consolidation. References: - PR #18095: sgl-project/sglang#18095 - Issue #18652: sgl-project/sglang#18652 Changes: - Updated multimodal_gen/docs/* links to docs.sglang.io/diffusion/* - Updated support_matrix.md -> compatibility_matrix.html - Updated install.md -> installation.html - Updated cli.md -> api/cli.html - Updated profiling.md -> performance/profiling.html Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix outdated SGLang diffusion documentation links
Summary
This PR updates outdated documentation links in the SGLang Diffusion blog posts to point to the new consolidated documentation structure at
docs.sglang.io/diffusion/.Context
The SGLang Diffusion documentation was recently consolidated and restructured (see PR #18095 and Issue #18652). The blog posts on
lm-sys.github.iostill contain references to the old documentation paths in themultimodal_gen/docs/directory structure, which are now broken or outdated.Changes
Updated documentation links in two blog posts:
blog/2025-11-07-sglang-diffusion.mdhttps://docs.sglang.io/diffusion/index.htmlsupport_matrix.md→compatibility_matrix.htmlinstall.md→installation.htmlcli.md→api/cli.htmlblog/2026-01-16-sglang-diffusion.mdprofiling.md→performance/profiling.htmldocs.sglang.io/diffusion/index.htmlLink Mappings
All links have been updated from the old structure to the new structure:
multimodal_gen/docs/*→docs.sglang.io/diffusion/*support_matrix.md→compatibility_matrix.htmlinstall.md→installation.htmlcli.md→api/cli.htmlprofiling.md→performance/profiling.htmlRelated Issues/PRs
Testing