From defabdd27bb839a4cc3cb13a9d62cbc1f3287adc Mon Sep 17 00:00:00 2001 From: Olivier H Date: Mon, 30 Oct 2023 10:14:14 +0100 Subject: [PATCH] docs: Fix broken link in getting started (#127) --- doc/01-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-getting-started.md b/doc/01-getting-started.md index 396d820..b267713 100644 --- a/doc/01-getting-started.md +++ b/doc/01-getting-started.md @@ -21,7 +21,7 @@ If you are testing the package, or you are starting a new project, we have provi To use it, enter the following command: ```bash -stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles +stack new my-haskell-lambda https://raw.githubusercontent.com/theam/aws-lambda-haskell-runtime/main/stack-template.hsfiles ``` This will create a `my-haskell-lambda` directory with the following structure: