fix: broken game client document URL

This commit is contained in:
estrogen elf
2025-08-09 08:48:42 -05:00
parent 09cc3320e5
commit 0ea0538873

View File

@@ -49,7 +49,7 @@ namespace Needlework.Net
return cached;
}
var lolClientStream = await _githubUserContentClient.Request("/AlsoSylv/Irelia/refs/heads/master/schemas/game_schema.json")
var lolClientStream = await _githubUserContentClient.Request("/AlsoSylv/Irelia/refs/heads/master/schemas/game.json")
.GetStreamAsync(cancellationToken: cancellationToken);
var lolClientRaw = _reader.Read(lolClientStream, out var diagnostic);
foreach (var error in diagnostic.Errors)