Skip to content

docs: fix broken vLLM engine arguments docs link in vllm.mdx#12869

Open
sanjibani wants to merge 1 commit into
continuedev:mainfrom
sanjibani:docs/fix-vllm-engine-args-link
Open

docs: fix broken vLLM engine arguments docs link in vllm.mdx#12869
sanjibani wants to merge 1 commit into
continuedev:mainfrom
sanjibani:docs/fix-vllm-engine-args-link

Conversation

@sanjibani

@sanjibani sanjibani commented Jun 22, 2026

Copy link
Copy Markdown

Summary

Single link fix in docs/customize/model-providers/more/vllm.mdx:6.

The vLLM provider documentation references the vLLM engine arguments page at a URL that returns 404:

https://docs.vllm.ai/en/latest/usage/engine_args.html

vLLM reorganized their docs and moved the engine arguments page under /configuration/:

https://docs.vllm.ai/en/latest/configuration/engine_args.html

Verification

  • Old URL: HTTP 404 (curl HEAD + GET)
  • New URL: HTTP 200, page renders vLLM's engine arguments reference

The 'server documentation' link above this line (/serving/openai_compatible_server.html) still returns 200 and was not changed.


Summary by cubic

Update the vLLM provider docs to point the “engine arguments” link to the new /configuration/engine_args.html path. This fixes the 404 and sends readers to the correct reference page.

Written for commit 277c059. Summary will update on new commits.

Review in cubic

The link to vLLM's 'engine arguments documentation' points at
https://docs.vllm.ai/en/latest/usage/engine_args.html which returns 404.
vLLM reorganized the docs and moved the engine arguments page under
/configuration/.

Old: https://docs.vllm.ai/en/latest/usage/engine_args.html (404)
New: https://docs.vllm.ai/en/latest/configuration/engine_args.html (200)

Verified both URLs with curl.
@sanjibani sanjibani requested a review from a team as a code owner June 22, 2026 07:05
@sanjibani sanjibani requested review from sestinj and removed request for a team June 22, 2026 07:05
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant