Skip to content

Commit

Permalink
fix(website): broken links in the getting started section. Fix #1168
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 5, 2024
1 parent bbcd34d commit df8469c
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 df8469c

Please sign in to comment.