Skip to content

Commit 849c565

Browse files
Merge pull request #2990 from ZimGil/patch-3
docs(async-local-storage): fix anchor link
2 parents d196fed + facedd5 commit 849c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/async-local-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ npm i nestjs-cls
155155

156156
#### Usage
157157

158-
A similar functionality as described [above](#custom-implementation) can be implemented using `nestjs-cls` as follows:
158+
A similar functionality as described [above](recipes/async-local-storage#custom-implementation) can be implemented using `nestjs-cls` as follows:
159159

160160
1. Import the `ClsModule` in the root module.
161161

0 commit comments

Comments
 (0)