Skip to content

Commit

Permalink
fix munge-docs build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa committed Nov 17, 2016
1 parent db98a18 commit e0855ea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/devel/on-call-user-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/devel/writing-a-getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ $ <kubernetes>/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.



Expand Down
2 changes: 1 addition & 1 deletion examples/k8petstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e0855ea

Please sign in to comment.