Skip to content

Commit

Permalink
docs: fix broken links on the usage page (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsahinhamza committed Apr 23, 2024
1 parent 9215411 commit f0a8c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/usage.mdx
Expand Up @@ -70,7 +70,7 @@ app.post('/reset_password', limiter, (req, res) => {
})
```

Take a look at the [configuration page](/references/configuration) for a list of
Take a look at the [configuration page](/reference/configuration) for a list of
options you can use to change the behaviour of the limiter.

<Warning>
Expand Down Expand Up @@ -101,7 +101,7 @@ const limiter = rateLimit({
```

For a list of stores you can use, take a look at the
[data stores page](references/stores).
[data stores page](/reference/stores).

For a tutorial on how to create your own store, see
[this](/guides/creating-a-store).

0 comments on commit f0a8c40

Please sign in to comment.