Skip to content

Commit 8c86e82

Browse files
authored
Merge pull request #938 from StackStorm/update_forum
Update support link
2 parents 454ee97 + e7080c9 commit 8c86e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/st2-login/login.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default class Login extends React.Component {
164164
}
165165

166166
docsLink = 'https://docs.stackstorm.com/'
167-
supportLink = 'https://forum.stackstorm.com/'
167+
supportLink = 'https://github.com/StackStorm/st2/discussions'
168168

169169
connect(e) {
170170
e.preventDefault();

modules/st2-menu/menu.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default class Menu extends React.Component {
7575
}
7676

7777
docsLink = 'https://docs.stackstorm.com/'
78-
supportLink = 'https://forum.stackstorm.com/'
78+
supportLink = 'https://github.com/StackStorm/st2/discussions'
7979

8080
idleLogout() {
8181
let t;

0 commit comments

Comments
 (0)