Skip to content

Commit f9167d6

Browse files
kaxilCloud Composer Team
authored and
Cloud Composer Team
committed
Replace Airflow Slack Invite old link to short link (#11071)
Follow up to apache/airflow#10034 https://apache-airflow-slack.herokuapp.com/ to https://s.apache.org/airflow-slack/ GitOrigin-RevId: e3a590075ec14a448b24be92f588793813355106
1 parent 52084ff commit f9167d6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/boring-cyborg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ firstPRWelcomeComment: >
221221
222222
Mailing List: [email protected]
223223
224-
Slack: https://apache-airflow-slack.herokuapp.com/
224+
Slack: https://s.apache.org/airflow-slack/
225225
226226
# Comment to be posted to congratulate user on their first merged PR
227227
firstPRMergeComment: >

BREEZE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ In case the problems are not solved, you can set the VERBOSE_COMMANDS variable t
308308
309309
310310
Then run the failed command, copy-and-paste the output from your terminal to the
311-
`Airflow Slack <https://apache-airflow-slack.herokuapp.com/>`_ #airflow-breeze channel and
311+
`Airflow Slack <https://s.apache.org/airflow-slack/>`_ #airflow-breeze channel and
312312
describe your problem.
313313

314314
Other uses of the Airflow Breeze environment

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ In general, your contribution includes the following stages:
175175
If you want to add more changes in the future, set up your fork and enable GitHub Actions.
176176

177177
3. Join `devlist <https://lists.apache.org/[email protected]>`__
178-
and set up a `Slack account <https://apache-airflow-slack.herokuapp.com>`__.
178+
and set up a `Slack account <https://s.apache.org/airflow-slack>`__.
179179

180180
4. Make the change and create a `Pull Request from your fork <https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork>`__.
181181

@@ -1080,7 +1080,7 @@ You can join the channels via links at the `Airflow Community page <https://airf
10801080
**IMPORTANT**
10811081
We don't create new issues on JIRA anymore. The reason we still look at JIRA issues is that there are valuable tickets inside of it. However, each new PR should be created on `GitHub issues <https://github.com/apache/airflow/issues>`_ as stated in `Contribution Workflow Example <https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example>`_
10821082

1083-
* The `Apache Airflow Slack <https://apache-airflow-slack.herokuapp.com/>`_ for:
1083+
* The `Apache Airflow Slack <https://s.apache.org/airflow-slack/>`_ for:
10841084
* ad-hoc questions related to development (#development channel)
10851085
* asking for review (#development channel)
10861086
* asking for help with PRs (#how-to-pr channel)

docs/build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def print_build_errors_and_exit(message) -> None:
745745
CHANNEL_INVITATION = """\
746746
If you need help, write to #documentation channel on Airflow's Slack.
747747
Channel link: https://apache-airflow.slack.com/archives/CJ1LVREHX
748-
Invitation link: https://apache-airflow-slack.herokuapp.com/\
748+
Invitation link: https://s.apache.org/airflow-slack/\
749749
"""
750750

751751
print_build_errors_and_exit("The documentation has errors. Fix them to build documentation.")

docs/project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Resources & links
8686
* Airflow users mailing list: [email protected]
8787

8888
* `Issues on GitHub <https://github.com/apache/airflow/issues>`_
89-
* `Slack (chat) Channel <https://apache-airflow-slack.herokuapp.com/>`_
89+
* `Slack (chat) Channel <https://s.apache.org/airflow-slack/>`_
9090
* `More resources and links to Airflow related content on the Wiki <https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Links>`_
9191

9292

0 commit comments

Comments
 (0)