Skip to content

Commit 53dfd61

Browse files
authored
[docs] updating invalid refresh link in index.html (#1044)
Resolves: #1043
1 parent 4f99ee8 commit 53dfd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<html lang="en-US">
1919
<head>
2020
<meta charset="UTF-8">
21-
<meta http-equiv="refresh" content="0; url=docs/id-of-doc-to-land-on.html">
21+
<meta http-equiv="refresh" content="0; url=docs/getting-started.html">
2222
<script type="text/javascript">
2323
window.location.href = 'docs/getting-started.html';
2424
</script>

0 commit comments

Comments
 (0)