Skip to content

Commit f3bc16c

Browse files
authored
docs: fix invalid anchor links in DESIGN_GUIDELINES (#31292)
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 6d43146 commit f3bc16c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/DESIGN_GUIDELINES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ experience across the entire AWS surface area.
3131
* [Dropped Mutations](#dropped-mutations)
3232
* [Factories](#factories)
3333
* [Imports](#imports)
34-
* [“from” Methods](#-from--methods)
34+
* [“from” Methods](#from-methods)
3535
* [From-attributes](#from-attributes)
3636
* [Roles](#roles)
3737
* [Resource Policies](#resource-policies)
@@ -55,8 +55,8 @@ experience across the entire AWS surface area.
5555
* [Error reporting mechanism](#error-reporting-mechanism)
5656
* [Throwing exceptions](#throwing-exceptions)
5757
* [Never Catch Exceptions](#never-catch-exceptions)
58-
* [Attaching (lazy) Validators](#attaching--lazy--validators)
59-
* [Attaching Errors/Warnings](#attaching-errors-warnings)
58+
* [Attaching (lazy) Validators](#attaching-lazy-validators)
59+
* [Attaching Errors/Warnings](#attaching-errorswarnings)
6060
* [Error messages](#error-messages)
6161
* [Tokens](#tokens)
6262
* [Documentation](#documentation)

0 commit comments

Comments
 (0)