Skip to content

docs(guides/netlify-mcp): fix 4 more dead netlify docs subpaths#12870

Open
sanjibani wants to merge 2 commits into
continuedev:mainfrom
sanjibani:docs/fix-more-dead-netlify-docs-links
Open

docs(guides/netlify-mcp): fix 4 more dead netlify docs subpaths#12870
sanjibani wants to merge 2 commits into
continuedev:mainfrom
sanjibani:docs/fix-more-dead-netlify-docs-links

Conversation

@sanjibani

@sanjibani sanjibani commented Jun 22, 2026

Copy link
Copy Markdown

Replaces 4 more docs.netlify.com 404 URLs (/configure-builds/build-caching/, /configure-builds/build-plugins/bundle-analyzer/, /configure-builds/post-processing/, /platform/edge-network/) with the docs root / (200). Follows up on #12860 which only addressed the analytics links.


Summary by cubic

Fixes dead links in the Netlify MCP guide and vLLM docs to remove 404s. Replaces four retired Netlify URLs with the docs root and updates the vLLM engine arguments link to its new location.

Written for commit f674b66. 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.
Four more broken `docs.netlify.com` URLs in the same file:
- `/configure-builds/build-caching/` (404) — Build Caching page
- `/configure-builds/build-plugins/bundle-analyzer/` (404) — Bundle Analyzer
- `/configure-builds/post-processing/` (404) — Asset Optimization
- `/platform/edge-network/` (404) — Edge Network

All four were retired in the Netlify docs restructure. Replaced each
with the docs root `/` (200) + a parenthetical noting the retired
subpath. The maintainer can later point these to the exact new
locations when they're identified.
@sanjibani sanjibani requested a review from a team as a code owner June 22, 2026 07:18
@sanjibani sanjibani requested review from sestinj and removed request for a team June 22, 2026 07:18
@dosubot dosubot Bot added the size:S This PR changes 10-29 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 2 files

Re-trigger cubic

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

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant