Skip to content

Commit

Permalink
Fix slack link (#326)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mesh <[email protected]>
  • Loading branch information
cam72cam authored Aug 16, 2024
1 parent 2b9becb commit 205e5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/slack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta charset="UTF-8" />
<meta
http-equiv="refresh"
content="0; url=https://join.slack.com/t/opentofucommunity/shared_invite/zt-2hhw3bo2f-3yDLch0SBu93wNulf6z2pQ"
content="0; url=https://join.slack.com/t/opentofucommunity/shared_invite/zt-2otsbzyjn-dNMHY2i1cjtR2rgoBej3lg"
/>
<link
rel="canonical"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-2hhw3bo2f-3yDLch0SBu93wNulf6z2pQ"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-2otsbzyjn-dNMHY2i1cjtR2rgoBej3lg"
/>
</head>
<script>
window.location.href =
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-2hhw3bo2f-3yDLch0SBu93wNulf6z2pQ";
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-2otsbzyjn-dNMHY2i1cjtR2rgoBej3lg";
</script>
</html>

0 comments on commit 205e5b7

Please sign in to comment.