Skip to content

Commit e9b2393

Browse files
authored
WN .NET 10 Prev 2: link to include for Open API (#34991)
* WN .NET 10 Prev 2: link to includes for Open API * Fix absolute link
1 parent b79da59 commit e9b2393

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This section describes new features for OpenAPI.
4545

4646
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/responseDescProducesResponseType.md)]
4747

48+
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/OpenApiPopulateXMLDocComments.md)]
49+
4850
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/OpenApiNetV2Prev7.md)]
4951

5052
## Authentication and authorization

aspnetcore/release-notes/aspnetcore-10/includes/OpenApiPopulateXMLDocComments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static partial class Program
4545
In the previous example the `Hello` method is added to the `Program` class, but you can add it to any class in your project.
4646

4747
The previous example illustrates the `<summary>`, `<remarks>`, and `<param>` XML doc comments.
48-
For more information about XML doc comments, including all the supported tags, see the [C# documentation](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags).
48+
For more information about XML doc comments, including all the supported tags, see the [C# documentation](/dotnet/csharp/language-reference/xmldoc/recommended-tags).
4949

5050
Since the core functionality is provided via a source generator, it can be disabled by adding the following MSBuild to your project file.
5151

0 commit comments

Comments
 (0)