AWS greengrass: Fix AWS account creation URL
Summary
Corrected a broken URL link for AWS account setup documentation by removing an extra slash.
Security assessment
The change fixes a documentation URL typo with no security implications.
Evidence
+To get started with AWS, you need an AWS account. For information about creating an AWS account, see [Getting started with an AWS account](https://docs.aws.amazon.com/accounts/latest/reference/getting-started.html) in the _AWS Account Management Reference Guide_.
Diff
diff --git a/greengrass/v2/developerguide/getting-started.md b/greengrass/v2/developerguide/getting-started.md index 75710e8b2..24b2f5324 100644 --- a//greengrass/v2/developerguide/getting-started.md +++ b//greengrass/v2/developerguide/getting-started.md @@ -60 +60 @@ You can expect to spend 20 to 30 minutes on this tutorial. -To get started with AWS, you need an AWS account. For information about creating an AWS account, see [Getting started with an AWS account](https://docs.aws.amazon.com//accounts/latest/reference/getting-started.html) in the _AWS Account Management Reference Guide_. +To get started with AWS, you need an AWS account. For information about creating an AWS account, see [Getting started with an AWS account](https://docs.aws.amazon.com/accounts/latest/reference/getting-started.html) in the _AWS Account Management Reference Guide_.