File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Footer extends React.Component {
34
34
</ a >
35
35
< div >
36
36
< h5 > Docs</ h5 >
37
- < a href = { this . docUrl ( 'guidelines .html' , this . props . language ) } >
37
+ < a href = { this . docUrl ( 'rules/rule-intro .html' , this . props . language ) } >
38
38
Secure development guidelines
39
39
</ a >
40
40
< a href = 'https://godoc.org/github.com/securego/gosec' >
@@ -49,7 +49,7 @@ class Footer extends React.Component {
49
49
rel = "noreferrer noopener" >
50
50
Stack Overflow
51
51
</ a >
52
- < a href = "http ://securego.herokuapp .com/" > Slack</ a >
52
+ < a href = "https ://securego.slack .com/" > Slack</ a >
53
53
</ div >
54
54
< div >
55
55
< h5 > More</ h5 >
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ class Help extends React.Component {
27
27
const supportLinks = [
28
28
{
29
29
content : `Learn more using the [guidelines on this site.](${ docUrl (
30
- 'guidelines .html' ,
30
+ 'rules/rule-intro .html' ,
31
31
language
32
32
) } )`,
33
33
title : 'Browse Docs' ,
34
34
} ,
35
35
{
36
- content : 'Ask us questions on [Slack](http ://securego.herokuapp .com/).' ,
36
+ content : 'Ask us questions on [Slack](https ://securego.slack .com/).' ,
37
37
title : 'Join the community' ,
38
38
} ,
39
39
{
You can’t perform that action at this time.
0 commit comments