Skip to content

Commit aa9a828

Browse files
authored
Merge branch 'master' into update_dep_2
2 parents 23be16b + 8c86e82 commit aa9a828

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)