Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references for known issues back to CHANGELOG.md (release notes). #23356

Merged
merged 1 commit into from
Mar 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Documentation for other releases can be found at
folder.

* If something went wrong, see the [troubleshooting](troubleshooting.md) document for how to debug.
You should also check the [known issues](user-guide/known-issues.md) for the release you're using.
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/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Sometimes things go wrong. This guide is aimed at making them right. It has tw
* [Troubleshooting your application](user-guide/application-troubleshooting.md) - Useful for users who are deploying code into Kubernetes and wondering why it is not working.
* [Troubleshooting your cluster](admin/cluster-troubleshooting.md) - Useful for cluster administrators and people whose Kubernetes cluster is unhappy.

You should also check the [known issues](user-guide/known-issues.md) for the release you're using.
You should also check the [known issues for the release](../CHANGELOG.md) you're using.

# Getting help

Expand Down
3 changes: 1 addition & 2 deletions docs/user-guide/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ Documentation for other releases can be found at

<!-- END MUNGE: UNVERSIONED_WARNING -->

This file has moved to: http://kubernetes.github.io/docs/user-guide/known-issues/

This file has moved to: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md

<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/known-issues.md?pixel)]()
Expand Down