From 426ae98e49e95fbe66b3116bc57ac39549b59c69 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 18 Feb 2016 03:32:37 -0800 Subject: [PATCH] Update guides.yml --- _data/v1_1/guides.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/v1_1/guides.yml b/_data/v1_1/guides.yml index 7be35dcf50..774dd0caad 100644 --- a/_data/v1_1/guides.yml +++ b/_data/v1_1/guides.yml @@ -121,11 +121,11 @@ toc: - title: Networking in Kubernetes path: /v1.1/docs/admin/networking/ - title: Setting Up and Configuring DNS - path: /v1.1/examples/cluster-dns/ + path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/cluster-dns - title: Connecting Applications path: /v1.1/docs/user-guide/connecting-applications/ - title: Creating Servers with External IPs - path: /v1.1/examples/simple-nginx/ + path: https://github.com/kubernetes/kubernetes/blob/release-1.1/examples/simple-nginx.md - title: Using DNS Pods and Services path: /v1.1/docs/admin/dns/ @@ -156,10 +156,10 @@ toc: - title: Testing and Monitoring section: - title: Simulating Large Test Loads - path: /v1.1/examples/k8petstore/ + path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/k8petstore - title: Checking Pod Health path: /v1.1/docs/user-guide/liveness/ - title: Using Explorer to Examine the Runtime Environment - path: /v1.1/examples/explorer/ + path: https://github.com/kubernetes/kubernetes/tree/release-1.1/examples/explorer - title: Resource Usage Monitoring - path: /v1.1/docs/user-guide/monitoring/ \ No newline at end of file + path: /v1.1/docs/user-guide/monitoring/