diff --git a/docs/DESIGN_GUIDELINES.md b/docs/DESIGN_GUIDELINES.md index 34396c4543fc4..03953981534be 100644 --- a/docs/DESIGN_GUIDELINES.md +++ b/docs/DESIGN_GUIDELINES.md @@ -31,7 +31,7 @@ experience across the entire AWS surface area. * [Dropped Mutations](#dropped-mutations) * [Factories](#factories) * [Imports](#imports) - * [“from” Methods](#-from--methods) + * [“from” Methods](#from-methods) * [From-attributes](#from-attributes) * [Roles](#roles) * [Resource Policies](#resource-policies) @@ -55,8 +55,8 @@ experience across the entire AWS surface area. * [Error reporting mechanism](#error-reporting-mechanism) * [Throwing exceptions](#throwing-exceptions) * [Never Catch Exceptions](#never-catch-exceptions) - * [Attaching (lazy) Validators](#attaching--lazy--validators) - * [Attaching Errors/Warnings](#attaching-errors-warnings) + * [Attaching (lazy) Validators](#attaching-lazy-validators) + * [Attaching Errors/Warnings](#attaching-errorswarnings) * [Error messages](#error-messages) * [Tokens](#tokens) * [Documentation](#documentation)