Skip to content

Commit

Permalink
fix: update Slack invite link
Browse files Browse the repository at this point in the history
Signed-off-by: dhmlau <[email protected]>
  • Loading branch information
dhmlau committed Oct 8, 2024
1 parent 2f6c3f3 commit aa0f729
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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
2 changes: 1 addition & 1 deletion pages/en/lb4/readmes/loopback-next/examples/todo/README.md
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

0 comments on commit aa0f729

Please sign in to comment.