Limit resource-quota redirect

pull/3210/head
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 forwardingURL = window.location.href;
var redirects = [{ var redirects = [{
"from": "resource-quota", "from": "/resource-quota",
"to": "http://kubernetes.io/docs/admin/resourcequota/" "to": "http://kubernetes.io/docs/admin/resourcequota/"
}, },
{ {