Skip to content

Commit 1f6f8a2

Browse files
authored
Redirect (#123)
1 parent a121114 commit 1f6f8a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

learn/getting-started/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Getting Started</title>
5+
<meta http-equiv="refresh" content="0; url=https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md" />
6+
</head>
7+
<body>
8+
<h1>This page has moved</h1>
9+
<p>This page has moved <a href="https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md">here</a>. </p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)