Skip to content

Update the slack invitation link #795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: asf-site
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/how-to-contribute/getting-help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ <h3 id="slack">
Slack
<a class="anchor" href="#slack">#</a>
</h3>
<p>You can join the <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-2787dp034-w_T6XalNBg_xSzep7s8nvw">Apache Flink community on Slack.</a>
<p>You can join the <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-36qpbfpc0-wtlsC7lmeEUy5cw0VTHdag">Apache Flink community on Slack.</a>
After creating an account in Slack, don&rsquo;t forget to introduce yourself in #introductions.
Due to Slack limitations the invite link expires after 100 invites. If it is expired, please reach out to the <a href="/what-is-flink/community/#mailing-lists">Dev mailing list</a>.
Any existing Slack member can also invite anyone else to join.</p>
Expand Down
2 changes: 1 addition & 1 deletion content/what-is-flink/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ <h2 id="slack">
Slack
<a class="anchor" href="#slack">#</a>
</h2>
<p>You can join the <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-2787dp034-w_T6XalNBg_xSzep7s8nvw">Apache Flink community on Slack.</a>
<p>You can join the <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-36qpbfpc0-wtlsC7lmeEUy5cw0VTHdag">Apache Flink community on Slack.</a>
After creating an account in Slack, don&rsquo;t forget to introduce yourself in #introductions.
Due to Slack limitations the invite link expires after 100 invites. If it is expired, please reach out to the <a href="#mailing-lists">Dev mailing list</a>.
Any existing Slack member can also invite anyone else to join.</p>
Expand Down
2 changes: 1 addition & 1 deletion content/zh/how-to-contribute/getting-help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h3 id="slack">
Slack
<a class="anchor" href="#slack">#</a>
</h3>
<p>你可以通过 <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-2787dp034-w_T6XalNBg_xSzep7s8nvw">此链接</a> 加入 Apache Flink 社区专属的 Slack 工作空间。
<p>你可以通过 <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-36qpbfpc0-wtlsC7lmeEUy5cw0VTHdag">此链接</a> 加入 Apache Flink 社区专属的 Slack 工作空间。
在成功加入后,不要忘记在 #introductions 频道介绍你自己。
Slack 规定每个邀请链接最多可邀请 100 人,如果遇到上述链接失效的情况,请联系 <a href="/zh/what-is-flink/community/#mailing-lists">Dev 邮件列表</a>。
所有已经加入社区 Slack 空间的成员同样可以邀请新成员加入。</p>
Expand Down
2 changes: 1 addition & 1 deletion content/zh/what-is-flink/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ <h2 id="slack">
Slack
<a class="anchor" href="#slack">#</a>
</h2>
<p>你可以通过 <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-2787dp034-w_T6XalNBg_xSzep7s8nvw">此链接</a>
<p>你可以通过 <a href="https://join.slack.com/t/apache-flink/shared_invite/zt-36qpbfpc0-wtlsC7lmeEUy5cw0VTHdag">此链接</a>
加入 Apache Flink 社区专属的 Slack 工作空间。 在成功加入后,不要忘记在 #introductions 频道介绍你自己。 Slack 规定每个邀请链接最多可邀请 100 人,如果遇到上述链接失效的情况,请联系 <a href="#mailing-lists">Dev 邮件列表</a>。
所有已经加入社区 Slack 空间的成员同样可以邀请新成员加入。</p>
<p>在 Slack 空间交流时,请遵守以下规则:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ posts = "/:year/:month/:day/:title/"
# 2. In the dropdown menu, click on "Invite people to Apache Flink"
# 3. Click "Edit link settings" and select "Never expires". Save the change.
# 4. Copy the invitation link by clicking on "Copy invite link".
FlinkSlackInviteUrl = "https://join.slack.com/t/apache-flink/shared_invite/zt-2787dp034-w_T6XalNBg_xSzep7s8nvw"
FlinkSlackInviteUrl = "https://join.slack.com/t/apache-flink/shared_invite/zt-36qpbfpc0-wtlsC7lmeEUy5cw0VTHdag"

FlinkStableVersion = "2.0.0"
FlinkStableShortVersion = "2.0"
Expand Down