Skip to content

Commit 4af1564

Browse files
chore(docs): fix invalid anchor links in DESIGN_GUIDELINES (#31997)
### Issue # (if applicable) n/A ### Description of changes Fix invalid anchor links in [DESIGN_GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md). ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 80ddefb commit 4af1564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DESIGN_GUIDELINES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the AWS Construct Library in order to ensure a consistent and integrated
99
experience across the entire AWS surface area.
1010

1111
* [Preface](#preface)
12-
* [What's Included](#what-s-included)
12+
* [What's Included](#whats-included)
1313
* [API Design](#api-design)
1414
* [Modules](#modules)
1515
* [Construct Class](#construct-class)
@@ -66,7 +66,7 @@ experience across the entire AWS surface area.
6666
* [Unit tests](#unit-tests)
6767
* [Integration tests](#integration-tests)
6868
* [Versioning](#versioning)
69-
* [Naming & Style](#naming---style)
69+
* [Naming & Style](#naming--style)
7070
* [Naming Conventions](#naming-conventions)
7171
* [Coding Style](#coding-style)
7272

0 commit comments

Comments
 (0)