Skip to content

Commit 75c812b

Browse files
docs(links) update issue links
1 parent 5cfe237 commit 75c812b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/exception-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ app.useGlobalFilters(new MySpecificFilter(), new CatchAllFilter())
359359
app.useGlobalFilters(new CatchAllFilter(), new MySpecificFilter())
360360
```
361361

362-
See #9696 for details.
362+
See [ISSUE-9696](https://github.com/nestjs/nest/issues/9696) for details.
363363

364364

365365
#### Inheritance

content/faq/request-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ In general, the request lifecycle looks like the following:
8989

9090
#### Global Filters
9191

92-
> info **Hint** When using a Catch-Everything filter as a global filter, it should be configured before any other global specific filters, otherwise the Cach-Everything filter will catch all types regardless of a more targetted filter existing. See #9696 for details.
92+
> info **Hint** When using a Catch-Everything filter as a global filter, it should be configured before any other global specific filters, otherwise the Cach-Everything filter will catch all types regardless of a more targetted filter existing. See [ISSUE-9696](https://github.com/nestjs/nest/issues/9696) for details.
9393
9494

0 commit comments

Comments
 (0)