Skip to content

Restore redirect for /docs/get-started/connect-cloud/ - #20877

Closed
CamSoper wants to merge 1 commit into
masterfrom
claude/daily-ops-review-followups-pwd66e
Closed

Restore redirect for /docs/get-started/connect-cloud/#20877
CamSoper wants to merge 1 commit into
masterfrom
claude/daily-ops-review-followups-pwd66e

Conversation

@CamSoper

Copy link
Copy Markdown
Contributor

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 master from 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.

docs/get-started/connect-cloud/index.html|/docs/get-started/

Placed in general-broken-links-redirects.txt alongside the existing docs/guides/index.html|/docs/iac/guides/ entries, with a comment recording why the URL died.

Verification

  • Confirmed no existing redirect or alias covers the path (grepped scripts/redirects/ and content/docs/get-started/).
  • Confirmed the destination /docs/get-started/ exists (content/docs/get-started/_index.md).
  • Re-parsed the file with the same filter scripts/make-s3-redirects.js uses: 99 entries, 0 malformed.
  • 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.

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

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
@pulumi-bot

Copy link
Copy Markdown
Collaborator

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants