Fix license link in API docs (#3910)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/3487/merge
Emmanuel Ferdman 2 months ago committed by GitHub
parent 24f6007594
commit 892c34fe35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -105,7 +105,7 @@ namespace NzbDrone.Host
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…
Cancel
Save