Skip to content

Commit 2f5e79d

Browse files
committed
Add redirects
1 parent 6bef359 commit 2f5e79d

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

awesome/index.html

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

code-of-conduct/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/code-of-conduct'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community/code-of-conduct")
5+
</script>

discussions/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/orgs/devcontainer-community/discussions'" />
3+
<script>
4+
location.replace("https://github.com/orgs/devcontainer-community/discussions")
5+
</script>

features/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/devcontainer-features'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community/devcontainer-features")
5+
</script>

images/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/devcontainer-images'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community/devcontainer-images")
5+
</script>

shell-snippets/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/shell-snippets'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community/shell-snippets")
5+
</script>

0 commit comments

Comments
 (0)