Miki 8a15e82845 Redirect to opensearch.org/docs for all requests
Signed-off-by: Miki <mehranb@amazon.com>
2021-07-12 15:02:50 -07:00

9 lines
323 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<script>location="https://opensearch.org/docs"+location.pathname</script>
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="https://opensearch.org/docs">Click here if you are not redirected.</a>
</html>