From 6163038ca4246b25e3ca3ecf307f12a65132cbd8 Mon Sep 17 00:00:00 2001 From: John Ward Date: Tue, 10 Jul 2018 05:24:04 +0000 Subject: [PATCH] Update wordpress-deployment url (#9447) --- .../stateful-application/mysql-wordpress-persistent-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index f4345dcac9..7913164c1d 100644 --- a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -142,7 +142,7 @@ The following manifest describes a single-instance WordPress Deployment and Serv 1. Create a WordPress Service and Deployment from the `wordpress-deployment.yaml` file: ```shell - kubectl create -f https://k8s.io/examples/wordpress/wordpress-deployment.yaml + kubectl create -f https://k8s.io/examples/application/wordpress/wordpress-deployment.yaml ``` 2. Verify that a PersistentVolume got dynamically provisioned: