mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 17:54:14 +01:00
Fix license link in API docs (#3910)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
24f6007594
commit
892c34fe35
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ public void ConfigureServices(IServiceCollection services)
|
|||
License = new OpenApiLicense
|
||||
{
|
||||
Name = "GPL-3.0",
|
||||
Url = new Uri("https://github.com/Readarr/Readarr/blob/develop/LICENSE")
|
||||
Url = new Uri("https://github.com/Readarr/Readarr/blob/develop/LICENSE.md")
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"description": "Readarr API docs",
|
||||
"license": {
|
||||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Readarr/Readarr/blob/develop/LICENSE"
|
||||
"url": "https://github.com/Readarr/Readarr/blob/develop/LICENSE.md"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue