Skip to content

Commit cbfd68c

Browse files
committed
mydsstats
1 parent fd70c43 commit cbfd68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dsstats.decodecli/Tourney.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static async Task CreateTourneyJsons(string tourneyPath)
2323

2424
replays = replays.Select(s => s.Replace("\\", "/")).ToHashSet();
2525

26-
ReplayDecoder decoder = new(Program.assemblyPath);
26+
ReplayDecoder decoder = new();
2727

2828
ReplayDecoderOptions options = new()
2929
{

src/dsstats.web/dsstats.web.Client/Pages/UploadPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<p class="card-text">
8181
The PWA works offline, stores replays in your browser, and can be installed on your desktop or mobile device.
8282
</p>
83-
<a href="https://dsstats-dev.pax77.org" target="_blank" class="btn btn-primary">
83+
<a href="https://mydsstats.pax77.org" target="_blank" class="btn btn-primary">
8484
<i class="bi bi-box-arrow-up-right me-1"></i> Open dsstats PWA
8585
</a>
8686
</div>

0 commit comments

Comments
 (0)