Skip to content

Commit

Permalink
Fix Slack link (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Kuba Martin <[email protected]>
  • Loading branch information
cube2222 authored Feb 4, 2024
1 parent 99ade66 commit 7687a85
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-279qp1qmq-UXGzuKNAmwh5dFqMho9R5w"
content="0; url=https://join.slack.com/t/opentofucommunity/shared_invite/zt-2c0o6rbdg-9KR1cR56bCi9Yx2ZyyT9vA"
/>
<link
rel="canonical"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-279qp1qmq-UXGzuKNAmwh5dFqMho9R5w"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-2c0o6rbdg-9KR1cR56bCi9Yx2ZyyT9vA"
/>
</head>
<script>
window.location.href =
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-279qp1qmq-UXGzuKNAmwh5dFqMho9R5w";
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-2c0o6rbdg-9KR1cR56bCi9Yx2ZyyT9vA";
</script>
</html>

0 comments on commit 7687a85

Please sign in to comment.