From 5cfe83cd93d2df49ef1f90f1fc01860f7fdb5526 Mon Sep 17 00:00:00 2001 From: hegdesandesh25 <67860971+hegdesandesh25@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:15:17 +0530 Subject: [PATCH] CF templates no accessible due to spell error CF templates no accessible due to spell error From: https://logiqcf.s3.amazonaws.com/release/logiq-stack.json Changed to : https://logiqcf.s3.amazonaws.com/releases/logiq-stack.json --- running-on-aws/ami-using-cloudformation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/running-on-aws/ami-using-cloudformation.md b/running-on-aws/ami-using-cloudformation.md index 9d89aa8e..576c85c8 100644 --- a/running-on-aws/ami-using-cloudformation.md +++ b/running-on-aws/ami-using-cloudformation.md @@ -9,7 +9,7 @@ All the resources required to create and configure LOGIQ on AWS are taken care b The CloudFormation template can be found below ```text -https://logiqcf.s3.amazonaws.com/release/logiq-stack.json +https://logiqcf.s3.amazonaws.com/releases/logiq-stack.json ``` {% hint style="info" %}