Skip to content
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

docs: Fix broken Slack links #8220

Merged
merged 2 commits into from
Oct 23, 2023
Merged
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 .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
contact_links:
- name: 💬 Slack
url: https://determined-community.slack.com/join/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew#/shared-invite
url: https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q
about: >
Ask questions and talk to other Determined.ai users and the maintainers
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
We have Slack community too.

Feel free to join the community from
[here](https://determined-community.slack.com/join/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew#/shared-invite)
[here](https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q)
placeholder: Ex. I have a question about...
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

If you encounter an issue or would like to request a new feature, please create
[an issue on GitHub](https://github.com/determined-ai/determined/issues). You can
also join the [Slack](https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew)
also join the [Slack](https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q)
to get support and talk with other users and developers in real-time.

## Contributing Changes

We welcome outside contributions. If you'd like to make a contribution, please:

1. Tell us about what you'd like to contribute on
[our Slack](https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew)
[our Slack](https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q)
or [community mailing list](https://groups.google.com/a/determined.ai/forum/#!forum/community).
We'd hate for you to duplicate efforts that are already in-flight.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ with the latest news about Determined, please join the Determined community!

* [Slack](https://determined-community.slack.com) is the best place to
ask questions about Determined and get support. [Click here to join our Slack](
https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew).
https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q).
* You can also follow us on [YouTube](https://www.youtube.com/@DeterminedAI) and [Twitter](https://www.twitter.com/DeterminedAI).
* You can also join the [community mailing list](https://groups.google.com/a/determined.ai/forum/#!forum/community)
to ask questions about the project and receive announcements.
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/article-header-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="article-header-buttons">
<a
href="https://determined-community.slack.com/join/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew#/shared-invite/email"
href="https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q"
target="_blank"
class="btn btn-sm"
data-bs-placement="bottom"
Expand Down
2 changes: 1 addition & 1 deletion docs/manage/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If this proceeds successfully, then mark the migration as successful by running
UPDATE schema_migrations SET dirty = false;

And restart the master. Otherwise, please seek assistance in the community `Slack
<https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew>`__.
<https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q>`__.

.. _validate-nvidia-container-toolkit:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ engine passed to :meth:`~determined.pytorch.deepspeed.DeepSpeedTrialContext.wrap

For more advanced cases where model engines have different model parallel topologies, contact
support on the Determined `community Slack
<https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew/>`_.
<https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q>`_.

*****************
Custom Reducers
Expand Down
4 changes: 2 additions & 2 deletions docs/model-dev-guide/debug-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This step assumes you have a working local environment for training. If you do n
possible that you have found a bug or an invalid assumption in the Determined software and should
`file a GitHub issue <https://github.com/determined-ai/determined/issues/new>`__ or contact
Determined on `Slack
<https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew>`__.
<https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q>`__.

.. _step4:

Expand Down Expand Up @@ -298,7 +298,7 @@ interactive environment, it is submitted to the cluster and managed by Determine
has errors. Review the :ref:`experiment configuration <experiment-config-reference>`.

If you are unable to identify the cause of the problem, contact Determined `community support
<https://join.slack.com/t/determined-community/shared_invite/zt-cnj7802v-KcVbaUrIzQOwmkmY7gP0Ew>`__!
<https://join.slack.com/t/determined-community/shared_invite/zt-1f4hj60z5-JMHb~wSr2xksLZVBN61g_Q>`__!

.. _step8:

Expand Down