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/