From 062ade7009141e772f79ef298ee5d75f43a3033c Mon Sep 17 00:00:00 2001 From: sebgoa Date: Thu, 17 Nov 2016 16:49:00 +0100 Subject: [PATCH] fix munge-docs build errors --- on-call-user-support.md | 2 +- writing-a-getting-started-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/on-call-user-support.md b/on-call-user-support.md index c79d7e0e9..a111c6fe6 100644 --- a/on-call-user-support.md +++ b/on-call-user-support.md @@ -30,7 +30,7 @@ redirect users to Slack. Also check out the In general, try to direct support questions to: 1. Documentation, such as the [user guide](../user-guide/README.md) and -[troubleshooting guide](../troubleshooting.md) +[troubleshooting guide](http://kubernetes.io/docs/troubleshooting/) 2. Stackoverflow diff --git a/writing-a-getting-started-guide.md b/writing-a-getting-started-guide.md index b50e556c1..b1d65d60b 100644 --- a/writing-a-getting-started-guide.md +++ b/writing-a-getting-started-guide.md @@ -43,7 +43,7 @@ These guidelines say *what* to do. See the Rationale section for *why*. If you have a cluster partially working, but doing all the above steps seems like too much work, we still want to hear from you. We suggest you write a blog post or a Gist, and we will link to it on our wiki page. -Just file an issue or chat us on [Slack](../troubleshooting.md#slack) and one of the committers will link to it from the wiki. +Just file an issue or chat us on [Slack](http://slack.kubernetes.io) and one of the committers will link to it from the wiki. ## Development Distro Guidelines