From 63f3364769702542329919400c203d71b8bb0e72 Mon Sep 17 00:00:00 2001 From: Nitesh Gadekar Date: Thu, 25 Dec 2025 13:29:18 +0530 Subject: [PATCH 1/2] docs(guide): fix broken LRO links in compute.md --- guide/src/compute.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/guide/src/compute.md b/guide/src/compute.md index b132f5fb4c..530df4f389 100644 --- a/guide/src/compute.md +++ b/guide/src/compute.md @@ -46,10 +46,13 @@ can list all the VMs in a project using the `list()` function of this type: ## Next Steps -- [Compute Engine client libraries](https://cloud.google.com/compute/docs/api/libraries) -- [Working with long-running operations](/working_with_long_running_operations.md) -- [Configuring polling policies](/configuring_polling_policies.md) +- [Compute Engine client libraries] +- [Working with long-running operations] +- [Configuring polling policies] [billing enabled]: https://cloud.google.com/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project [compute engine]: https://cloud.google.com/compute [google cloud project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects +[Compute Engine client libraries]: https://cloud.google.com/compute/docs/api/libraries +[working with long-running operations]: working_with_long_running_operations.md +[configuring polling policies]: configuring_polling_policies.md From 76613f4bdd571ed59bf595cb09f2b45d650026eb Mon Sep 17 00:00:00 2001 From: Nitesh Gadekar Date: Wed, 31 Dec 2025 11:33:25 +0530 Subject: [PATCH 2/2] Refactor code based on review feedback --- guide/src/compute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/compute.md b/guide/src/compute.md index 530df4f389..25424f1c85 100644 --- a/guide/src/compute.md +++ b/guide/src/compute.md @@ -52,7 +52,7 @@ can list all the VMs in a project using the `list()` function of this type: [billing enabled]: https://cloud.google.com/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project [compute engine]: https://cloud.google.com/compute +[compute engine client libraries]: https://cloud.google.com/compute/docs/api/libraries +[configuring polling policies]: configuring_polling_policies.md [google cloud project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects -[Compute Engine client libraries]: https://cloud.google.com/compute/docs/api/libraries [working with long-running operations]: working_with_long_running_operations.md -[configuring polling policies]: configuring_polling_policies.md