Fix dead links

This commit is contained in:
Zoe Roux
2023-09-14 16:05:19 +02:00
parent 6022f5b9d2
commit dc6bdf7715
2 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -57,12 +57,12 @@ namespace Kyoo.Swagger
options.Info.Contact = new OpenApiContact
{
Name = "Kyoo's github",
Url = "https://github.com/AnonymusRaccoon/Kyoo"
Url = "https://github.com/zoriya/Kyoo"
};
options.Info.License = new OpenApiLicense
{
Name = "GPL-3.0-or-later",
Url = "https://github.com/AnonymusRaccoon/Kyoo/blob/master/LICENSE"
Url = "https://github.com/zoriya/Kyoo/blob/master/LICENSE"
};
options.Info.ExtensionData ??= new Dictionary<string, object>();