Skip to content

Commit 08bb1b6

Browse files
committed
try to setup automatic redirects for all the missing repos
1 parent 0695136 commit 08bb1b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

404.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<script>location.host = "rust-lang.github.io";</script>
4+
<noscript>
5+
<p>
6+
Most of the repositories in the nursery moved to the rust-lang
7+
organization. Enable JavaScript to be automatically redirected to the
8+
new domain.
9+
</p>
10+
</noscript>

0 commit comments

Comments
 (0)