Sign in
bazel
/
bazel
/
5f27712d09a501c8d5da20b43484490076b749f2
/
.
/
site
/
_layouts
/
redirect.html
blob: d2fb13ac4830e07f54e214a7c376ecf589c1ea56 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
location
.
replace
(
"/versions/{{ site.default_version }}/{{ page.redirect }}"
+
window
.
location
.
hash
);
</script>
</head>
</html>