Skip to content

Commit db99cf1

Browse files
committed
docs(docs): fix extension extractor link
1 parent 23a719f commit db99cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/guide/core-concepts/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ req.extensions.insert(MY_EXTENSION, "foo");
2020
```
2121

2222
To retrieve extensions, you can either get them directly from the request (or response), or you can use the
23-
{@link @taxum/core!extract.extension | extension} extractor in your handlers.
23+
[extension extractor](/guide/core-concepts/extract-handlers.html#extension-key-required) in your handlers.

0 commit comments

Comments
 (0)