From 712d3fe485141a4e649925d7551da43b0e3c455d Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Fri, 24 Mar 2023 18:45:58 -0700 Subject: [PATCH] Fix link to getting started --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1c8f3fc..113bd9fc 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift ## Getting started -If you have never used AWS Lambda or Docker before, check out this [getting started guide](https://fabianfett.de/getting-started-with-swift-aws-lambda-runtime) which helps you with every step from zero to a running Lambda. +If you have never used AWS Lambda or Docker before, check out this [getting started guide](https://fabianfett.dev/getting-started-with-swift-aws-lambda-runtime) which helps you with every step from zero to a running Lambda. First, create a SwiftPM project and pull Swift AWS Lambda Runtime as dependency into your project