Skip to content

Commit

Permalink
Merge pull request #1169 from middyjs/fix/1168
Browse files Browse the repository at this point in the history
fix(website): broken links in the getting started section
  • Loading branch information
willfarrell authored Feb 5, 2024
2 parents bbcd34d + df8469c commit 4a1c24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/intro/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ export const handler = middy()
.handler(lambdaHandler)
```

You can also attach [inline middlewares](#inline-middlewares) by using the functions `.before`, `.after` and `.onError`.
You can also attach [inline middlewares](/docs/writing-middlewares/inline-middlewares) by using the functions `.before`, `.after` and `.onError`.

For a more detailed use case and examples check the [Writing a middleware section](#writing-a-middleware).
For a more detailed use case and examples check the [Writing a middleware section](/docs/category/writing-middlewares).

0 comments on commit 4a1c24d

Please sign in to comment.