diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 047dac7b6..3ee3b6367 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -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" }, diff --git a/src/NzbDrone.Host/Startup.cs b/src/NzbDrone.Host/Startup.cs index 35e5d7861..75f393726 100644 --- a/src/NzbDrone.Host/Startup.cs +++ b/src/NzbDrone.Host/Startup.cs @@ -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") } });