Merge pull request #12320 from mikedanese/rewrite-pr-issue-links

rewrite all links to issues and PRs to k8s links
This commit is contained in:
Wojciech Tyczynski
2015-08-06 09:55:44 +02:00
44 changed files with 74 additions and 74 deletions

View File

@@ -89,7 +89,7 @@ func (h *UpgradeAwareProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Re
// From pkg/apiserver/proxy.go#ServeHTTP:
// Redirect requests with an empty path to a location that ends with a '/'
// This is essentially a hack for https://github.com/GoogleCloudPlatform/kubernetes/issues/4958.
// This is essentially a hack for http://issue.k8s.io/4958.
// Note: Keep this code after tryUpgrade to not break that flow.
if len(loc.Path) == 0 {
var queryPart string