diff --git a/gcp-ts-gke-hello-world/README.md b/gcp-ts-gke-hello-world/README.md index f857cb2c0..86be3166e 100644 --- a/gcp-ts-gke-hello-world/README.md +++ b/gcp-ts-gke-hello-world/README.md @@ -194,7 +194,7 @@ After cloning this repo, from this working directory, run these commands: // Create resources for the Kubernetes Guestbook from its YAML manifests const guestbook = new k8s.yaml.ConfigFile("guestbook", { - file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/examples/yaml-guestbook/yaml/guestbook.yaml", + file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/examples/yaml-guestbook/yaml/guestbook.yaml", transformations: [ (obj: any) => { // Do transformations on the YAML to use the same namespace and