mirror of https://github.com/knative/docs.git
Fix redirect to cope with query strings (#3683)
This commit is contained in:
parent
7171ad5513
commit
64555de60d
|
|
@ -130,7 +130,7 @@ cat << EOF > site/index.html
|
||||||
<meta http-equiv="refresh" content="1; url=development/" />
|
<meta http-equiv="refresh" content="1; url=development/" />
|
||||||
</noscript>
|
</noscript>
|
||||||
<script>
|
<script>
|
||||||
window.location.replace(window.location.href+"development/");
|
window.location.replace("development/");
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue