We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14b6c2 commit e9807e7Copy full SHA for e9807e7
404.md
@@ -13,7 +13,7 @@ $( document ).ready(function() {
13
if (forwardingURL.indexOf("third_party/swagger-ui") > -1)
14
{
15
notHere = true;
16
- window.location.replace(http://kubernetes.io/kubernetes/third_party/swagger-ui/)
+ window.location.replace("http://kubernetes.io/kubernetes/third_party/swagger-ui/");
17
}
18
for (i=0;i<fwdDirs.length;i++) {
19
if (forwardingURL.indexOf(fwdDirs[i]) > -1)
0 commit comments