From bf9cc7f1a29f922b38f4d146bb3a15204539cd6f Mon Sep 17 00:00:00 2001 From: ren-yamanashi Date: Sun, 3 Nov 2024 17:23:31 +0900 Subject: [PATCH] docs: fix invalid anchor links in DESIGN_GUIDELINES --- docs/DESIGN_GUIDELINES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DESIGN_GUIDELINES.md b/docs/DESIGN_GUIDELINES.md index 03953981534be..d55a2fcab35f1 100644 --- a/docs/DESIGN_GUIDELINES.md +++ b/docs/DESIGN_GUIDELINES.md @@ -9,7 +9,7 @@ the AWS Construct Library in order to ensure a consistent and integrated experience across the entire AWS surface area. * [Preface](#preface) -* [What's Included](#what-s-included) +* [What's Included](#whats-included) * [API Design](#api-design) * [Modules](#modules) * [Construct Class](#construct-class) @@ -66,7 +66,7 @@ experience across the entire AWS surface area. * [Unit tests](#unit-tests) * [Integration tests](#integration-tests) * [Versioning](#versioning) -* [Naming & Style](#naming---style) +* [Naming & Style](#naming--style) * [Naming Conventions](#naming-conventions) * [Coding Style](#coding-style)