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

fix: update Slack invite link #1752

Merged
merged 1 commit into from
Oct 9, 2024
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 _data/topnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ topnav_dropdowns:
- title: Developer Forum
external_url: https://groups.google.com/forum/#!forum/loopbackjs
- title: LoopBack on Slack
external_url: https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw
external_url: https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng
- title: LoopBack on Stack Overflow
external_url: https://stackoverflow.com/questions/tagged/strongloop+or+loopback4+or+loopbackjs
- title: StrongLoop Blog - LoopBack
Expand Down
2 changes: 1 addition & 1 deletion blog/404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion navbar-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw" target="_blank" rel="noopener noreferrer">
<a class="nav-link" href="https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng" target="_blank" rel="noopener noreferrer">
<i class="fa fa-slack fa-lg"></i>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion pages/en/contrib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The LoopBack community carries on lively discussions in several places:

- [LoopBackJS Google Group](https://groups.google.com/forum/?fromgroups#!forum/loopbackjs)
- [LoopBack on Stack Overflow](https://stackoverflow.com/questions/tagged/strongloop+or+loopback4+or+loopbackjs)
- [LoopBack on Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw)
- [LoopBack on Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng)

Feel free to learn and participate by asking and answering questions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Then try different roles' permissions by following the
### Need help?

Check out our
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw)
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng)
and ask for help with this tutorial.

### Bugs/Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ Example authentication tests can be found in
## Need help?

Check out our
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw)
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng)
and ask for help with this tutorial.

## Bugs/Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ continue with this tutorial!
### Need help?

Check out our
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw)
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng)
and ask for help with this tutorial.

### Bugs/Feedback
Expand Down
2 changes: 1 addition & 1 deletion pages/zh/lb4/todo-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npm i -g @loopback/cli
### 需要帮助?

查看我们的
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw)
[Slack](https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng)
来寻找关于本教程的帮助。

### 错误/反馈
Expand Down
2 changes: 1 addition & 1 deletion resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h5 class="card-title">View our GitHub issues</h5>

<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://join.slack.com/t/loopbackio/shared_invite/zt-8lbow73r-SKAKz61Vdao~_rGf91pcsw" target="_blank" rel="noopener noreferrer">
<a class="card-2" href="https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/devchat-icon-1x.png" alt="Chat room icon"/>
Expand Down