Skip to content

Commit 899d175

Browse files
committed
Update links to forum
1 parent a937815 commit 899d175

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ul>
2525
<li><a href="/blog">Blog</a></li>
2626
<li><a href="https://twitter.com/nodered">Twitter</a></li>
27-
<li><a href="https://groups.google.com/forum/#!forum/node-red">Mailing List</a></li>
27+
<li><a href="https://discourse.nodered.org">Forum</a></li>
2828
<li><a href="/slack">Slack</a></li>
2929
</ul>
3030
</div>

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<li {% if page.url contains '/about/' %}class="current"{% endif %}><a href="/about/">about</a></li>
4141
<li {% if page.url contains '/blog/' %}class="current"{% endif %}><a href="/blog/">blog</a></li>
4242
<li {% if page.url contains '/docs/' %}class="current"{% endif %}><a href="/docs/">documentation</a></li>
43+
<li><a href="https://discourse.nodered.org/">forum</a></li>
4344
<li><a href="https://flows.nodered.org/">flows</a></li>
4445
<li><a href="https://github.com/node-red">github</a></li>
4546
</ul>

about/community/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ title: Get involved
77

88
The two main places to discuss Node-RED are:
99

10-
- the [mailing list](https://groups.google.com/forum/#!forum/node-red)
10+
- the [Node-RED forum](https://discourse.nodered.org)
1111
- the [slack team](https://nodered.org/slack)
1212

13+
There is also the Google Groups based [mailing list](https://groups.google.com/forum/#!forum/node-red), but
14+
we are in the process of moving the community over to the new [Node-RED forum](https://discourse.nodered.org).
15+
The Google Group will become a read-only archive at some point in the near future.
16+
1317
These are the best places to get started if you're stuck on something, think you may
1418
have hit a bug, have a suggestion for the greatest feature ever or if you just
1519
want to say hello.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>Who's using Node-RED?</h3>
140140
<div class="social">
141141
<h3>Community <a class="box-link" href="/about/community/">more</a></h3>
142142
<ul>
143-
<li><a class="box-link" href="https://groups.google.com/forum/#!forum/node-red"><i class="fa fa-envelope-o fa-3x"></i><br/>Mailing list</a></li>
143+
<li><a class="box-link" href="https://discourse.nodered.org"><i class="fa fa-commenting-o fa-3x"></i><br/>Forum</a></li>
144144
<li><a class="box-link" href="/slack"><i class="fa fa-slack fa-3x"></i><br/>Slack team</a></li>
145145
<li><a class="box-link" href="https://stackoverflow.com/questions/tagged/node-red"><i class="fa fa-stack-overflow fa-3x"></i><br/>Stack Overflow</a></li>
146146
<li><a class="box-link" href="https://github.com/node-red"><i class="fa fa-github fa-3x"></i><br/>GitHub</a></li>

0 commit comments

Comments
 (0)