docs(guides/netlify-mcp): fix 4 more dead netlify docs subpaths#12870
Open
sanjibani wants to merge 2 commits into
Open
docs(guides/netlify-mcp): fix 4 more dead netlify docs subpaths#12870sanjibani wants to merge 2 commits into
sanjibani wants to merge 2 commits into
Conversation
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.
Contributor
|
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. |
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.
Replaces 4 more
docs.netlify.com404 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.