diff --git a/g3doc/user_guide/quick_start/kubernetes.md b/g3doc/user_guide/quick_start/kubernetes.md index e8f472931f..2d2c098bac 100644 --- a/g3doc/user_guide/quick_start/kubernetes.md +++ b/g3doc/user_guide/quick_start/kubernetes.md @@ -27,7 +27,7 @@ instructions in the [Containerd Quick Start][gvisor-containerd]. [containerd]: https://containerd.io/ [minikube]: https://github.com/kubernetes/minikube/blob/master/deploy/addons/gvisor/README.md [gke]: https://cloud.google.com/kubernetes-engine/ -[gke-sandbox]: https://cloud.google.com/kubernetes-engine/sandbox/ +[gke-sandbox]: https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods [gke-sandbox-docs]: https://cloud.google.com/kubernetes-engine/docs/how-to/sandbox-pods [gvisor-containerd]: /docs/user_guide/containerd/quick_start/ [runtimeclass]: https://kubernetes.io/docs/concepts/containers/runtime-class/ diff --git a/g3doc/user_guide/tutorials/knative.md b/g3doc/user_guide/tutorials/knative.md index 48112770d5..7fa8e65d89 100644 --- a/g3doc/user_guide/tutorials/knative.md +++ b/g3doc/user_guide/tutorials/knative.md @@ -8,8 +8,8 @@ gVisor. This guide assumes you have have a cluster that is capable of running gVisor workloads. This could be a -[GKE Sandbox](https://cloud.google.com/kubernetes-engine/sandbox/) enabled -cluster on Google Cloud Platform or one you have set up yourself using +[GKE Sandbox](https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods) +enabled cluster on Google Cloud Platform or one you have set up yourself using [containerd Quick Start](https://gvisor.dev/docs/user_guide/containerd/quick_start/). Follow the diff --git a/g3doc/user_guide/tutorials/kubernetes.md b/g3doc/user_guide/tutorials/kubernetes.md index 9e08f61c13..e3e667b3d2 100644 --- a/g3doc/user_guide/tutorials/kubernetes.md +++ b/g3doc/user_guide/tutorials/kubernetes.md @@ -245,7 +245,7 @@ look at the [documentation][gke-sandbox-docs]. Before taking this deployment to production, review the [Production guide]. [gke-sandbox-docs]: https://cloud.google.com/kubernetes-engine/docs/how-to/sandbox-pods -[gke-sandbox]: https://cloud.google.com/kubernetes-engine/sandbox/ +[gke-sandbox]: https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods [project-selector]: https://console.cloud.google.com/projectselector/kubernetes [wordpress]: https://wordpress.com/ [Production guide]: /docs/user_guide/production/