From 3ae177a0d17576d60df44a645d82f061c7b9856c Mon Sep 17 00:00:00 2001 From: Torbjorn van Heeswijck Date: Thu, 10 Aug 2023 14:33:59 +0930 Subject: [PATCH] chore: fix broken link to serverless cli in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a838db..a3392511 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Invoke individual lambdas json file **Replace _profileName_ with your AWS profile and _staging_ with another stage, if desired** -Refer to the [https://www.serverless.com/framework/docs/providers/aws/cli-reference](Serverless CLI Reference for AWS) for further details. +Refer to the [Serverless CLI Reference for AWS](https://www.serverless.com/framework/docs/providers/aws/cli-reference) for further details. ## Bitbucket pipelines