Update default branch ref

This commit is contained in:
Tyrrrz
2026-03-04 20:23:55 +02:00
parent b9a3001c11
commit 6647f90ced
16 changed files with 35 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ public static class Program
public static string ProjectReleasesUrl { get; } = $"{ProjectUrl}/releases";
public static string ProjectDocumentationUrl { get; } = ProjectUrl + "/tree/master/.docs";
public static string ProjectDocumentationUrl { get; } = ProjectUrl + "/tree/prime/.docs";
public static AppBuilder BuildAvaloniaApp() =>
AppBuilder.Configure<App>().UsePlatformDetect().LogToTrace();