From 931fe78da82a69d5f097bc6b8515f7a295a9c8da Mon Sep 17 00:00:00 2001 From: Alberto Pose Date: Wed, 22 Oct 2025 12:25:44 +0100 Subject: [PATCH 1/2] Update pulumi_import.md Fix broken link --- content/docs/iac/cli/commands/pulumi_import.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/iac/cli/commands/pulumi_import.md b/content/docs/iac/cli/commands/pulumi_import.md index ef0201a33e30..bc984194abe3 100644 --- a/content/docs/iac/cli/commands/pulumi_import.md +++ b/content/docs/iac/cli/commands/pulumi_import.md @@ -56,8 +56,7 @@ Where import.json is a file that matches the following JSON format: ], } -The full import file schema references can be found in the [import documentation] -(https://www.pulumi.com/docs/iac/adopting-pulumi/import/#bulk-import-operations). +The full import file schema references can be found in the [import documentation](https://www.pulumi.com/docs/iac/adopting-pulumi/import/#bulk-import-operations). The import JSON file can be generated from a Pulumi program by running From 6d0839e656537ac06da79ece210e4dcf467547b2 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:24:38 +0000 Subject: [PATCH 2/2] Update link to use canonical URL path Use /docs/iac/guides/migration/import/ instead of the old /docs/iac/adopting-pulumi/import/ path which redirects via alias. Co-authored-by: Cam Soper --- content/docs/iac/cli/commands/pulumi_import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/iac/cli/commands/pulumi_import.md b/content/docs/iac/cli/commands/pulumi_import.md index bc984194abe3..66ae21ad0475 100644 --- a/content/docs/iac/cli/commands/pulumi_import.md +++ b/content/docs/iac/cli/commands/pulumi_import.md @@ -56,7 +56,7 @@ Where import.json is a file that matches the following JSON format: ], } -The full import file schema references can be found in the [import documentation](https://www.pulumi.com/docs/iac/adopting-pulumi/import/#bulk-import-operations). +The full import file schema references can be found in the [import documentation](https://www.pulumi.com/docs/iac/guides/migration/import/#bulk-import-operations). The import JSON file can be generated from a Pulumi program by running