Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@ -5,7 +5,7 @@
"description": "Lidarr API docs",
"license": {
"name": "GPL-3.0",
"url": "https://github.com/Lidarr/Lidarr/blob/develop/LICENSE"
"url": "https://github.com/Lidarr/Lidarr/blob/develop/LICENSE.md"
},
"version": "1.0.0"
@ -106,7 +106,7 @@ namespace NzbDrone.Host
License = new OpenApiLicense
{
Name = "GPL-3.0",
Url = new Uri("https://github.com/Lidarr/Lidarr/blob/develop/LICENSE")
Url = new Uri("https://github.com/Lidarr/Lidarr/blob/develop/LICENSE.md")
}
});