Skip to content

Commit a0558d0

Browse files
Update license reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 52b0b29 commit a0558d0

File tree

1 file changed

+1
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private void ConfigureSwagger(IServiceCollection services)
136136
License = new OpenApiLicense
137137
{
138138
Name = "MIT License",
139-
Url = new Uri("https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/LICENSE"),
139+
Url = new Uri("https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/LICENSE.md"),
140140
}
141141
});
142142
options.DocInclusionPredicate((docName, description) => true);

0 commit comments

Comments
 (0)