From 9dc637cabcf4ac6ba8d2dc055c5e3549717250d1 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Wed, 24 Apr 2019 19:37:51 +0300 Subject: [PATCH] Minor link fix --- content/en/hosting-and-deployment/hosting-on-aws-amplify.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-aws-amplify.md b/content/en/hosting-and-deployment/hosting-on-aws-amplify.md index 83f20c2fe..d310cf732 100644 --- a/content/en/hosting-and-deployment/hosting-on-aws-amplify.md +++ b/content/en/hosting-and-deployment/hosting-on-aws-amplify.md @@ -40,4 +40,6 @@ AWS Amplify is a combination of client library, CLI toolchain, and a Console for 1. Accept the default build settings. The Amplify Console automatically detects your Hugo build settings and output directory. ![Hugo Amplify](/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png) -1. Review your changes and then choose **Save and deploy**. The Amplify Console will pull code from your repository, build changes to the backend and frontend, and deploy your build artifacts at `https://master.unique-id.amplifyapp.com`. Bonus: Screenshots of your app on different devices to find layout issues. \ No newline at end of file +1. Review your changes and then choose **Save and deploy**. The Amplify Console will pull code from your repository, build changes to the backend and frontend, and deploy your build artifacts at `https://master.unique-id.amplifyapp.com`. Bonus: Screenshots of your app on different devices to find layout issues. + +[Quick Start]: /getting-started/quick-start/