Skip to content

Commit 80f7044

Browse files
authored
fix broken link (#34542)
1 parent d0e4675 commit 80f7044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/web-api/advanced/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Conventions don't compose; each action may be associated with exactly one conven
4646
[ProducesResponseType(StatusCodes.Status400BadRequest)]
4747
```
4848

49-
For more information on `[ProducesDefaultResponseType]`, see [Default Response](https://swagger.io/docs/specification/describing-responses/#default).
49+
For more information on `[ProducesDefaultResponseType]`, see [Default Response](https://swagger.io/docs/specification/describing-responses/#default-response).
5050
5151
1. `Microsoft.AspNetCore.Mvc.ApiConventionTypeAttribute` applied to a controller — Applies the specified convention type to all actions on the controller. A convention method is marked with hints that determine the actions to which the convention method applies. For more information on hints, see [Create web API conventions](#create-web-api-conventions)).
5252

0 commit comments

Comments
 (0)