diff --git a/src/PoeLurker.Core/Services/CollaborationService.cs b/src/PoeLurker.Core/Services/CollaborationService.cs index afd447b7..104cd4d4 100644 --- a/src/PoeLurker.Core/Services/CollaborationService.cs +++ b/src/PoeLurker.Core/Services/CollaborationService.cs @@ -19,7 +19,7 @@ public class CollaborationService : HttpServiceBase { #region Fields - private static readonly string BaseGitUrl = "https://raw.githubusercontent.com/C1rdec/Poe-Lurker/master/assets/Collaboration/"; + private static readonly string BaseGitUrl = "https://raw.githubusercontent.com/C1rdec/Poe-Lurker/main/assets/Collaboration/"; private static readonly string InformationFileUrl = $"{BaseGitUrl}Info"; private static readonly string ImageFileUrl = $"{BaseGitUrl}Image"; diff --git a/src/PoeLurker.Core/Services/GithubService.cs b/src/PoeLurker.Core/Services/GithubService.cs index 9dbfd1f6..7af6a8f4 100644 --- a/src/PoeLurker.Core/Services/GithubService.cs +++ b/src/PoeLurker.Core/Services/GithubService.cs @@ -46,7 +46,7 @@ public Task> Gems() } else { - _gemsTask = GetText($"https://raw.githubusercontent.com/C1rdec/Poe-Lurker/master/assets/Data/GemInfo.json?{Guid.NewGuid()}").ContinueWith(t => + _gemsTask = GetText($"https://raw.githubusercontent.com/C1rdec/Poe-Lurker/main/assets/Data/GemInfo.json?{Guid.NewGuid()}").ContinueWith(t => { return JsonSerializer.Deserialize>(t.Result, Options); }); @@ -67,7 +67,7 @@ public Task> Uniques() } else { - _itemsTask = GetText($"https://raw.githubusercontent.com/C1rdec/Poe-Lurker/master/assets/Data/UniqueInfo.json?{Guid.NewGuid()}").ContinueWith(t => + _itemsTask = GetText($"https://raw.githubusercontent.com/C1rdec/Poe-Lurker/main/assets/Data/UniqueInfo.json?{Guid.NewGuid()}").ContinueWith(t => { return JsonSerializer.Deserialize>(t.Result, Options); }); diff --git a/src/PoeLurker.UI/ViewModels/PushoverViewModel.cs b/src/PoeLurker.UI/ViewModels/PushoverViewModel.cs index 2f5fb419..a9b41439 100644 --- a/src/PoeLurker.UI/ViewModels/PushoverViewModel.cs +++ b/src/PoeLurker.UI/ViewModels/PushoverViewModel.cs @@ -129,7 +129,7 @@ public void NewAccount() /// public void Info() { - Process.Start("https://github.com/C1rdec/Poe-Lurker/blob/master/assets/Pushover.md"); + Process.Start("https://github.com/C1rdec/Poe-Lurker/blob/main/assets/Pushover.md"); } #endregion diff --git a/src/PoeLurker.UI/ViewModels/SettingsViewModel.cs b/src/PoeLurker.UI/ViewModels/SettingsViewModel.cs index ca774632..bf96cae9 100644 --- a/src/PoeLurker.UI/ViewModels/SettingsViewModel.cs +++ b/src/PoeLurker.UI/ViewModels/SettingsViewModel.cs @@ -1293,7 +1293,7 @@ public void UserGuide() /// Cheats the sheet. /// public void CheatSheet() - => OpenUrl(@"https://github.com/C1rdec/Poe-Lurker/blob/master/assets/CheatSheet.md"); + => OpenUrl(@"https://github.com/C1rdec/Poe-Lurker/blob/main/assets/CheatSheet.md"); /// /// Logins to patreon. diff --git a/src/PoeLurker.UI/ViewModels/WelcomeViewModel.cs b/src/PoeLurker.UI/ViewModels/WelcomeViewModel.cs index ec807655..19d9990f 100644 --- a/src/PoeLurker.UI/ViewModels/WelcomeViewModel.cs +++ b/src/PoeLurker.UI/ViewModels/WelcomeViewModel.cs @@ -45,7 +45,7 @@ public void OpenUserGuide() /// public void OpenCheatSheet() { - Process.Start(@"https://github.com/C1rdec/Poe-Lurker/blob/master/assets/CheatSheet.md"); + Process.Start(@"https://github.com/C1rdec/Poe-Lurker/blob/main/assets/CheatSheet.md"); } /// diff --git a/src/PoeLurker.UI/Views/WelcomeView.xaml b/src/PoeLurker.UI/Views/WelcomeView.xaml index c8dd6ab0..c53aa353 100644 --- a/src/PoeLurker.UI/Views/WelcomeView.xaml +++ b/src/PoeLurker.UI/Views/WelcomeView.xaml @@ -55,7 +55,7 @@ Poe Lurker is currently running in the system tray. + Source="https://raw.githubusercontent.com/C1rdec/Poe-Lurker/main/assets/SystemTray.png" /> diff --git a/stylecop.json b/stylecop.json index 39cd28e8..76f3f034 100644 --- a/stylecop.json +++ b/stylecop.json @@ -3,7 +3,7 @@ "settings": { "documentationRules": { "companyName": "Wohs Inc.", - "copyrightText": "Copyright © {companyName}" + "copyrightText": "Copyright � {companyName}" }, "layoutRules": { "newlineAtEndOfFile": "omit"