Limit resource-quota redirect

reviewable/pr3210/r1
Andrew Chen 2017-04-03 13:40:29 -07:00
parent 0d7f9a63df
commit 8529eec655
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $( document ).ready(function() {
var forwardingURL = window.location.href;
var redirects = [{
"from": "resource-quota",
"from": "/resource-quota",
"to": "http://kubernetes.io/docs/admin/resourcequota/"
},
{