Skip to content

Commit

Permalink
Fix slack invite. (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Martin <[email protected]>
  • Loading branch information
cube2222 authored Nov 10, 2023
1 parent 1949776 commit 800ca6a
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-24ma55j2u-a2DlPHCoMqlJkCEHL5DX_w"
content="0; url=https://join.slack.com/t/opentofucommunity/shared_invite/zt-237chyryd-mFULiefrbYGMYQoG72BUpQ"
/>
<link
rel="canonical"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-24ma55j2u-a2DlPHCoMqlJkCEHL5DX_w"
href="https://join.slack.com/t/opentofucommunity/shared_invite/zt-237chyryd-mFULiefrbYGMYQoG72BUpQ"
/>
</head>
<script>
window.location.href =
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-24ma55j2u-a2DlPHCoMqlJkCEHL5DX_w";
"https://join.slack.com/t/opentofucommunity/shared_invite/zt-237chyryd-mFULiefrbYGMYQoG72BUpQ";
</script>
</html>

0 comments on commit 800ca6a

Please sign in to comment.