From 01aadcd18d5075b71c81fa12b795715e82cdc737 Mon Sep 17 00:00:00 2001 From: Sander ten Brinke Date: Thu, 16 Jan 2025 16:43:51 +0100 Subject: [PATCH 1/2] Replace ./ with . so projects build correctly based on docs --- aspnetcore/fundamentals/openapi/aspnetcore-openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md index aa4decde9857..4b471f2a0f14 100644 --- a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md +++ b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md @@ -160,7 +160,7 @@ By default, the generated OpenAPI document will be emitted to the application's ```xml - ./ + . ``` From c73bb059531ba49dc75718c6a8aa31c61b38d2f5 Mon Sep 17 00:00:00 2001 From: Sander ten Brinke Date: Thu, 16 Jan 2025 16:45:54 +0100 Subject: [PATCH 2/2] Replace the instructions too --- aspnetcore/fundamentals/openapi/aspnetcore-openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md index 4b471f2a0f14..25950a545cb5 100644 --- a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md +++ b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md @@ -164,7 +164,7 @@ By default, the generated OpenAPI document will be emitted to the application's ``` -The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `./` value above will emit the OpenAPI document in the same directory as the project file. +The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `.` value above will emit the OpenAPI document in the same directory as the project file. #### Modifying the output file name