Skip to content

Commit 44e6fba

Browse files
committed
Fix redirect (awesome)
1 parent 2f5e79d commit 44e6fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: awesome/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/awesome'" />
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/awesome-devcontainer'" />
33
<script>
4-
location.replace("https://github.com/devcontainer-community/awesome")
4+
location.replace("https://github.com/devcontainer-community/awesome-devcontainer")
55
</script>

0 commit comments

Comments
 (0)