diff options
| author | sebgoa <runseb@gmail.com> | 2016-11-17 16:49:00 +0100 |
|---|---|---|
| committer | sebgoa <runseb@gmail.com> | 2016-11-17 16:49:00 +0100 |
| commit | 062ade7009141e772f79ef298ee5d75f43a3033c (patch) | |
| tree | 26f39d9ba849e0afc73add65b61c7fdf1b9e7bb5 | |
| parent | 4462ce959956209a6446cd586459b66615488d90 (diff) | |
fix munge-docs build errors
| -rw-r--r-- | on-call-user-support.md | 2 | ||||
| -rw-r--r-- | 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 c79d7e0e..a111c6fe 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 b50e556c..b1d65d60 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 |
