Skip to content

Commit

Permalink
docs: Fix broken link in getting started (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohe committed Oct 30, 2023
1 parent 81f2db5 commit defabdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit defabdd

Please sign in to comment.