diff --git a/examples/update-demo/local/index.html b/examples/update-demo/local/index.html
index 22a4859126a..f0d897e4aa8 100644
--- a/examples/update-demo/local/index.html
+++ b/examples/update-demo/local/index.html
@@ -22,9 +22,9 @@ limitations under the License.
-

+
ID: {{server.podName}}
-
Host: {{server.host}}
+
Host: {{server.host}}
Status: {{server.status}}
Image: {{server.dockerImage}}
Labels:
diff --git a/examples/update-demo/local/script.js b/examples/update-demo/local/script.js
index cf0fb3dd6b6..ec9cde6a955 100644
--- a/examples/update-demo/local/script.js
+++ b/examples/update-demo/local/script.js
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-var base = "http://localhost:8001/api/v1beta3/";
+var base = "http://localhost:8001/api/v1/";
var updateImage = function($http, server) {
$http.get(base + "proxy/namespaces/default/pods/" + server.podName + "/data.json")