diff --git a/skills/cloud/alloydb-basics/references/mcp-usage.md b/skills/cloud/alloydb-basics/references/mcp-usage.md index 82bf99bc93..d487e4f346 100644 --- a/skills/cloud/alloydb-basics/references/mcp-usage.md +++ b/skills/cloud/alloydb-basics/references/mcp-usage.md @@ -22,7 +22,7 @@ Replace `REGION` with the target Google Cloud region ID (e.g., `us-central1`). ## Resources -- [AlloyDB API Documentation](https://cloud.google.com/alloydb/docs/reference/) +- [AlloyDB API Documentation](https://cloud.google.com/alloydb/docs/reference/rest) - [MCP Toolbox](https://mcp-toolbox.dev/): Use this open-source tool as a local alternative to run the remote MCP server in development environments. - [MCP Toolbox AlloyDB Integration](https://mcp-toolbox.dev/integrations/alloydb/source/) diff --git a/skills/cloud/bigtable-basics/SKILL.md b/skills/cloud/bigtable-basics/SKILL.md index cbb63bee2a..fb904ae0d0 100644 --- a/skills/cloud/bigtable-basics/SKILL.md +++ b/skills/cloud/bigtable-basics/SKILL.md @@ -112,6 +112,6 @@ defined as SQL queries but they must be created using gcloud CLI. ## External Resources * [Cloud Bigtable Documentation](https://cloud.google.com/bigtable/docs) -* [Bigtable SQL Reference](https://cloud.google.com/bigtable/docs/reference/sql) +* [Bigtable SQL Reference](https://cloud.google.com/bigtable/docs/googlesql-overview) * [cbt CLI Reference](https://cloud.google.com/bigtable/docs/cbt-reference) * [gcloud bigtable Reference](https://cloud.google.com/sdk/gcloud/reference/bigtable) diff --git a/skills/cloud/gke-platform-security/SKILL.md b/skills/cloud/gke-platform-security/SKILL.md index 5d486ba23c..680d911e6d 100644 --- a/skills/cloud/gke-platform-security/SKILL.md +++ b/skills/cloud/gke-platform-security/SKILL.md @@ -192,8 +192,8 @@ gcloud projects add-iam-policy-binding \ - [GKE Cluster Hardening Guide](https://cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster) - [GKE RBAC Best Practices](https://cloud.google.com/kubernetes-engine/docs/best-practices/rbac) -- [Secret Manager Add-on for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/secret-manager) -- [Binary Authorization on GKE](https://cloud.google.com/binary-authorization/docs/getting-started-gke) +- [Secret Manager Add-on for GKE](https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component) +- [Binary Authorization on GKE](https://cloud.google.com/binary-authorization/docs/setting-up) - [Shielded GKE Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/shielded-gke-nodes) -- [GKE Sandbox (gVisor)](https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox) +- [GKE Sandbox (gVisor)](https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods) ``` diff --git a/skills/cloud/gke-upgrades/SKILL.md b/skills/cloud/gke-upgrades/SKILL.md index eab51f99df..fbf1c85595 100644 --- a/skills/cloud/gke-upgrades/SKILL.md +++ b/skills/cloud/gke-upgrades/SKILL.md @@ -208,4 +208,4 @@ Refer to [`references/troubleshooting.md`](references/troubleshooting.md) for th - [Upgrading GKE Clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-cluster) - [Maintenance Windows & Exclusions](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions) - [Rollout Sequencing Concepts](https://docs.cloud.google.com/kubernetes-engine/docs/concepts/rollout-sequencing/about-rollout-sequencing) -- [Configure Rollout Sequencing](https://cloud.google.com/kubernetes-engine/docs/how-to/rollout-sequencing) +- [Configure Rollout Sequencing](https://cloud.google.com/kubernetes-engine/docs/concepts/about-rollout-sequencing) diff --git a/skills/cloud/gke-workload-security/SKILL.md b/skills/cloud/gke-workload-security/SKILL.md index 382f3f1c35..ebd822a871 100644 --- a/skills/cloud/gke-workload-security/SKILL.md +++ b/skills/cloud/gke-workload-security/SKILL.md @@ -236,6 +236,6 @@ This will log connection details to Cloud Logging. - [Workload Identity Federation for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) - [GKE Network Policies](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy) -- [Pod Security Standards in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-standards) -- [Google Secret Manager CSI Driver](https://cloud.google.com/kubernetes-engine/docs/how-to/secret-manager) +- [Pod Security Standards in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/podsecurityadmission) +- [Google Secret Manager CSI Driver](https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component) - [GKE Dataplane V2 Network Logging](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy-logging) diff --git a/skills/cloud/google-cloud-global-frontend-configuration/SKILL.md b/skills/cloud/google-cloud-global-frontend-configuration/SKILL.md index 924b2c79b4..a3b4e045c1 100644 --- a/skills/cloud/google-cloud-global-frontend-configuration/SKILL.md +++ b/skills/cloud/google-cloud-global-frontend-configuration/SKILL.md @@ -122,7 +122,7 @@ Propose a "Recommended Configuration" based entirely on the Workload Type from S --- ## Relevant Documentation & Supportive Links -- [Cloud Load Balancing Overview](https://cloud.google.com/load-balancing/docs/overview) +- [Cloud Load Balancing Overview](https://cloud.google.com/load-balancing/docs/load-balancing-overview) - [Cloud CDN Documentation](https://cloud.google.com/cdn/docs) - [Cloud Armor Documentation](https://cloud.google.com/armor/docs) - [Cloud Load Balancing Service Extensions](https://cloud.google.com/service-extensions/docs/overview)