From f985a478dbd9523dbd781f25c1de38544b61d43f Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Mon, 20 Jun 2016 00:12:42 -0400 Subject: [PATCH] Fix broken links in on-call-user-support.md --- docs/devel/on-call-user-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devel/on-call-user-support.md b/docs/devel/on-call-user-support.md index ca5a6d76b8c..233cf39ad85 100644 --- a/docs/devel/on-call-user-support.md +++ b/docs/devel/on-call-user-support.md @@ -91,8 +91,8 @@ ensure your questions don't go unanswered. Before posting a new question, please search stackoverflow for answers to similar questions, and also familiarize yourself with: - * [user guide](http://kubernetes.io/v1.1/) - * [troubleshooting guide](http://kubernetes.io/v1.1/docs/troubleshooting.html) + * [user guide](http://kubernetes.io/docs/user-guide/) + * [troubleshooting guide](http://kubernetes.io/docs/troubleshooting/) Again, thanks for using Kubernetes.