Skip to content

Commit

Permalink
Fix redirect (awesome)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebst committed Oct 12, 2024
1 parent 2f5e79d commit 44e6fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awesome/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/awesome'" />
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community/awesome-devcontainer'" />
<script>
location.replace("https://github.com/devcontainer-community/awesome")
location.replace("https://github.com/devcontainer-community/awesome-devcontainer")
</script>

0 comments on commit 44e6fba

Please sign in to comment.