content(onboarding): use relative links and fix style-guide violations#19331
Conversation
Convert absolute https://www.pulumi.com/... links to site-relative paths and update stale aliased paths to their canonical form, per AGENTS.md. Also fix the style-guide violations Vale flags across the guide: difficulty qualifiers, weasel words, click->select, a missing Oxford comma, an ly-hyphen, and vague "[here]" link text. Fixes #19329 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Both "Pulumi Migration Hub" and "detailed migration tooling documentation" linked to the same page; replace with a single link. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Your site preview for commit e32ea1c is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19331-e32ea1cc.s3-website.us-west-2.amazonaws.com |
Pre-merge Review — Last updated 2026-05-22T03:44:36ZTip Summary: Pure refactor of the four onboarding-guide pages — converts absolute Review confidence:
Investigation log
🔍 Verification trail73 claims extracted · 61 verified · 4 unverifiable · 7 contradicted
|
🚨 Outstanding in this PRThese must be resolved or refuted before merging.
|
| ### Choose your migration approach | ||
|
|
||
| **Start fresh:** Simply throw away existing infrastructure and begin anew. This ensures you can adopt all best practices from the outset without technical debt. This option isn't always practical for business-critical services. | ||
| **Start fresh:** Throw away existing infrastructure and begin anew. This ensures you can adopt all best practices from the outset without technical debt. This option isn't always practical for business-critical services. |
The relativized state-backend link pointed at a #logging-into-the-aws-s3-backend anchor that no longer exists. Rewrite the self-hosted bootstrap note to explain that a DIY backend is needed to store state during the initial bootstrap (Pulumi Cloud isn't running yet) and link to the canonical DIY backend guide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@claude #update-review |
|
🤖 Review updated on @jkodroff's request. |

Fixes #19329.
The Onboarding Guide pages used absolute
https://www.pulumi.com/...URLs for links that point back into the same site, violating theAGENTS.mdlink-style convention.Changes
pulumi.comlinks to site-relative paths acrosschoose-subscription,setting-up-for-success,migrating-to-pulumi, andways-of-working. Externalapp.pulumi.comlinks are correctly left absolute./docs/using-pulumi/continuous-delivery/→/docs/iac/guides/continuous-delivery/); each target was verified to resolve to a real content file.click→select, a missing Oxford comma, an ly-adverb hyphen, and vague[here]link text.Vale and
make lintare both clean on all four files.