Skip to content

Commit

Permalink
Add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
sebst committed Oct 12, 2024
1 parent 6bef359 commit 2f5e79d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions awesome/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/awesome'" />
<script>
location.replace("https://github.com/devcontainer-community/awesome")
</script>
5 changes: 5 additions & 0 deletions code-of-conduct/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/code-of-conduct'" />
<script>
location.replace("https://github.com/devcontainer-community/code-of-conduct")
</script>
5 changes: 5 additions & 0 deletions discussions/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/orgs/devcontainer-community/discussions'" />
<script>
location.replace("https://github.com/orgs/devcontainer-community/discussions")
</script>
5 changes: 5 additions & 0 deletions features/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/devcontainer-features'" />
<script>
location.replace("https://github.com/devcontainer-community/devcontainer-features")
</script>
5 changes: 5 additions & 0 deletions images/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/devcontainer-images'" />
<script>
location.replace("https://github.com/devcontainer-community/devcontainer-images")
</script>
5 changes: 5 additions & 0 deletions shell-snippets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/shell-snippets'" />
<script>
location.replace("https://github.com/devcontainer-community/shell-snippets")
</script>

0 comments on commit 2f5e79d

Please sign in to comment.