From 5c1b9784e52ee44d54f3205ebf8e18ebbd2df611 Mon Sep 17 00:00:00 2001 From: Alan Tan Date: Tue, 4 Jun 2019 12:33:53 -0700 Subject: [PATCH] Fixing deadlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f452ea78..f1a544115 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ If you chose `UseRoute53Nameservers=false`, instead point your nameservers at th See [this page on customization](https://github.com/awslabs/aws-api-gateway-developer-portal/wiki/Customization) ## Updating to a new version -The Developer Portal follows the semantic versioning scheme (major.minor.patch). Changes to the minor or patch version are backwards compatible so you should feel safe to get the latest version. For changes to major versions, please see [this page on updating](https://github.com/awslabs/aws-api-gateway-developer-portal/wiki/Upgrading/_edit). +The Developer Portal follows the semantic versioning scheme (major.minor.patch). Changes to the minor or patch version are backwards compatible so you should feel safe to get the latest version. For changes to major versions, please see [this page on updating](https://github.com/awslabs/aws-api-gateway-developer-portal/wiki/Updating/). ### To update a SAM deployment: 1. Get the latest version from GitHub (Clone/Pull/Download).