From 9a292361cba9da053dc30b9f8a409baf03f9a59c Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:00:57 -0700 Subject: [PATCH] fix: the secure coding doc path (#62) The Secure Coding Guidelines document path in the table of contents is broken. The path has been updated and is valid. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d5a6f..680f7d4 100644 --- a/README.md +++ b/README.md @@ -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)