From e0855ea7bd4fe26347caac18968a9a29a61d2847 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 --- CONTRIBUTING.md | 2 +- docs/README.md | 2 +- docs/api.md | 2 +- docs/devel/on-call-user-support.md | 2 +- docs/devel/writing-a-getting-started-guide.md | 2 +- examples/guestbook/README.md | 2 +- examples/k8petstore/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd45df1fbf3..6609b3e0796 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ please feel free to send a Pull Request. ## Filing issues If you have a question about Kubernetes or have a problem using it, please -start with the [troubleshooting guide](docs/troubleshooting.md). If that +start with the [troubleshooting guide](http://kubernetes.io/docs/troubleshooting/). If that doesn't answer your questions, or if you think you found a bug, please [file an issue](https://github.com/kubernetes/kubernetes/issues/new). diff --git a/docs/README.md b/docs/README.md index b69319c05e3..e9a1c77a2ff 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ * There are example files and walkthroughs in the [examples](../examples/) folder. -* If something went wrong, see the [troubleshooting](troubleshooting.md) document for how to debug. +* If something went wrong, see the [troubleshooting](http://kubernetes.io/docs/troubleshooting/) guide for how to debug. You should also check the [known issues for the release](../CHANGELOG.md) you're using. * To report a security issue, see [Reporting a Security Issue](reporting-security-issues.md). diff --git a/docs/api.md b/docs/api.md index f02840f2929..de8ed119714 100644 --- a/docs/api.md +++ b/docs/api.md @@ -29,7 +29,7 @@ The criteria for inclusion are as follows: specification, whereas there are countless different systems for definition workflows of dependent actions (e.g. Celery et al.). * The API object is expected to be generally useful to greater than 50% of the Kubernetes users. This is to ensure that we don't build up a collection of niche APIs that users rarely need. - * There is general consensus in the Kubernetes community that the API object is in the "Kubernetes layer". See ["What is Kubernetes?"](whatisk8s.md) for a detailed + * There is general consensus in the Kubernetes community that the API object is in the "Kubernetes layer". See ["What is Kubernetes?"](http://kubernetes.io/docs/whatisk8s/) for a detailed explanation of what we believe the "Kubernetes layer" to be. Of course for every set of rules, we need to ensure that we are not hamstrung or limited by slavish devotion to those rules. Thus we also introduce two exceptions diff --git a/docs/devel/on-call-user-support.md b/docs/devel/on-call-user-support.md index c79d7e0e976..a111c6fe6da 100644 --- a/docs/devel/on-call-user-support.md +++ b/docs/devel/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/docs/devel/writing-a-getting-started-guide.md b/docs/devel/writing-a-getting-started-guide.md index b50e556c1ac..b1d65d60b9b 100644 --- a/docs/devel/writing-a-getting-started-guide.md +++ b/docs/devel/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 diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 923b5a6d71d..d6b3beeaeb7 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -644,7 +644,7 @@ $ /cluster/kube-down.sh If you are having trouble bringing up your guestbook app, double check that your external IP is properly defined for your frontend Service, and that the firewall for your cluster nodes is open to port 80. -Then, see the [troubleshooting documentation](../../docs/troubleshooting.md) for a further list of common issues and how you can diagnose them. +Then, see the [troubleshooting documentation](http://kubernetes.io/docs/troubleshooting/) for a further list of common issues and how you can diagnose them. diff --git a/examples/k8petstore/README.md b/examples/k8petstore/README.md index dd7c3417cd8..74d839ab55d 100644 --- a/examples/k8petstore/README.md +++ b/examples/k8petstore/README.md @@ -128,7 +128,7 @@ as well as for scale and functionality testing. ## Questions -For questions on running this app, you can ask on [Slack](../../docs/troubleshooting.md#slack). +For questions on running this app, you can ask on [Slack](http://slack.kubernetes.io). For questions about bigpetstore, and how the data is generated, ask on the apache bigtop mailing list.