Skip to content

Commit

Permalink
fix: the secure coding doc path (#62)
Browse files Browse the repository at this point in the history
The Secure Coding Guidelines document path in the table of contents is
broken. The path has been updated and is valid.
  • Loading branch information
sethkfman authored Nov 6, 2023
1 parent 4078495 commit 9a29236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This is a living repository — nothing is set in stone! If you're member of Met
- [Guide to Pull Requests](./docs/pull-requests.md)
- [JavaScript Guidelines](./docs/javascript.md)
- [Secure Development Lifecycle Policy](./docs/sdlc.md)
- [Secure Coding Guidelines](./docs/docs/secure-coding-guidelines.md)
- [Secure Coding Guidelines](./docs/secure-coding-guidelines.md)
- [TypeScript Guidelines](./docs/typescript.md)
- [Unit Testing Guidelines](./docs/unit-testing.md)

0 comments on commit 9a29236

Please sign in to comment.