Skip to content

Commit 3390173

Browse files
Fix docs link
Fix link to documentation broken by #3405.
1 parent 51672d7 commit 3390173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ private static async Task<List<OpenApiParameter>> GenerateParametersAsync(
528528
{
529529
throw new SwaggerGeneratorException(string.Format(
530530
"Error reading parameter(s) for action {0} as [FromForm] attribute used with IFormFile. " +
531-
"Please refer to https://github.com/domaindrivendev/Swashbuckle.AspNetCore#handle-forms-and-file-uploads for more information",
531+
"Please refer to https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/docs/configure-and-customize-swaggergen.md#handle-forms-and-file-uploads for more information",
532532
apiDescription.ActionDescriptor.DisplayName));
533533
}
534534

0 commit comments

Comments
 (0)