Skip to content

Commit 46b96ec

Browse files
Add root documentation redirect
1 parent 95108a7 commit 46b96ec

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=latest/index.html">
6+
<title>CMSIS-Stream documentation</title>
7+
<link rel="canonical" href="latest/index.html">
8+
<script>
9+
window.location.replace("latest/index.html");
10+
</script>
11+
</head>
12+
<body>
13+
<p><a href="latest/index.html">CMSIS-Stream documentation</a></p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)