Restore redirect for /docs/get-started/connect-cloud/ - #20877
Closed
CamSoper wants to merge 1 commit into
Closed
Conversation
That URL was live on master from 2026-07-27 until the revert of #20428 (landed as #20638 on 2026-08-03). The revert removed the page without leaving an alias or an S3 redirect behind, so the URL has been returning 404 since -- including for anyone who bookmarked or linked it during the week it was up. Points it at /docs/get-started/ as the nearest live equivalent. Because the key starts with docs/ and ends in .html, make-s3-redirects.js also emits the .md variant automatically, so the CLI's markdown content negotiation gets a 301 rather than a 404. This is deliberately only the URL fix. Where the credential-setup content ultimately belongs is still an open question (Chris's counter-proposal was to fix it inside the flow rather than on the landing page), and that decision is tracked separately. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J8RuW2DPPkTaiLJLDGDEpr
Collaborator
|
Your site preview for commit 60573a0 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20877-60573a0d.s3-website.us-west-2.amazonaws.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.
Proposed changes
Adds one S3 redirect entry for
/docs/get-started/connect-cloud/, which has been 404ing since 2026-08-03.That URL was live on
masterfrom 2026-07-27 until the revert of #20428 (landed as #20638). The revert removed the page without leaving a Hugo alias or an S3 redirect behind, so anyone who bookmarked or linked it during the week it was up has been hitting a 404 ever since. It points at/docs/get-started/as the nearest live equivalent.Placed in
general-broken-links-redirects.txtalongside the existingdocs/guides/index.html|/docs/iac/guides/entries, with a comment recording why the URL died.Verification
scripts/redirects/andcontent/docs/get-started/)./docs/get-started/exists (content/docs/get-started/_index.md).scripts/make-s3-redirects.jsuses: 99 entries, 0 malformed.docs/and ends in.html,make-s3-redirects.jsalso emits the.mdvariant automatically, so the CLI's markdown content negotiation gets a 301 rather than a 404.Deliberately scoped to the URL only. Where the credential-setup content ultimately belongs is still open -- Chris's counter-proposal was to fix it inside the flow rather than on the landing page -- and that decision is tracked separately. This just stops the orphaned URL bleeding in the meantime.
Unreleased product version (optional)
N/A
Related issues (optional)
Follows up the revert in #20638 (which reverted #20428).
Generated by Claude Code