mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-26 19:38:42 +00:00
Fix license link in API docs (#3910)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -105,7 +105,7 @@ namespace NzbDrone.Host
|
|||||||
License = new OpenApiLicense
|
License = new OpenApiLicense
|
||||||
{
|
{
|
||||||
Name = "GPL-3.0",
|
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",
|
"description": "Readarr API docs",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GPL-3.0",
|
"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"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user