From 26dbf1da9eb13a7357f9ed556ecd265162c7b87d Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Thu, 14 Feb 2019 11:15:22 +0100 Subject: [PATCH] chore: fix docs links in README Fix more docs links pointing to outdated pages. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17865a5d6c69a..6d6472958d91f 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ how to use AWS. The AWS Construct Library aims to reduce the complexity and glue-logic required when integrating various AWS services to achieve your goals on AWS. -[constructs]: https://awslabs.github.io/aws-cdk/constructs.html -[stacks]: https://awslabs.github.io/aws-cdk/stacks.html -[apps]: https://awslabs.github.io/aws-cdk/apps.html +[constructs]: https://docs.aws.amazon.com/CDK/latest/userguide/constructs.html +[stacks]: https://docs.aws.amazon.com/CDK/latest/userguide/stacks.html +[apps]: https://docs.aws.amazon.com/CDK/latest/userguide/apps.html [User Guide]: https://docs.aws.amazon.com/CDK/latest/userguide [Tutorial]: https://docs.aws.amazon.com/CDK/latest/userguide/tutorial.html [AWS CDK Toolkit]: https://docs.aws.amazon.com/CDK/latest/userguide/tools.html