Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit f5699a7

Browse files
Grant Murphygcmurphy
authored andcommitted
Fix guidelines button and remove typo
1 parent 5518ade commit f5699a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/rules/rule-intro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ The following guidelines attempt to explain the issues, and best practices aroun
77
problems that gosec helps to identify in your source code. If you have any questions, or feel
88
something is unclear please do not hesitate to raise an issue or reach out to us on slack.
99

10-
-

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class HomeSplash extends React.Component {
7979
<div className="inner">
8080
<ProjectTitle />
8181
<PromoSection>
82-
<Button href={docUrl('guidelines.html')}>Read our guidelines</Button>
82+
<Button href={docUrl('rules/rule-intro.html')}>Read our guidelines</Button>
8383
<Button href="https://github.com/securego/gosec">Try out our tools</Button>
8484
<Button href="http://securego.herokuapp.com/">Join our community</Button>
8585
</PromoSection>

0 commit comments

Comments
 (0)