Limit resource-quota redirect

This commit is contained in:
Andrew Chen
2017-04-03 13:40:29 -07:00
parent 0d7f9a63df
commit 8529eec655
+1 -1
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/"
},
{