Skip to content

Commit 60ce994

Browse files
committed
adds redirect for deprecated samples index
1 parent 98f8996 commit 60ce994

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<link rel="canonical" href="https://docs.flutter.dev/reference/learning-resources"/>
7+
<meta http-equiv="refresh" content="0; url=https://docs.flutter.dev/reference/learning-resources">
8+
</head>
9+
<body>
10+
<h1>Redirecting...</h1>
11+
<p>If you are not redirected automatically, follow this <a href="https://docs.flutter.dev/reference/learning-resources">link to the Flutter learning resources</a>.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)