diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 77f20f3..74c86ac 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -15,11 +15,11 @@ namespace Bloxstrap public partial class App : Application { public const string ProjectName = "Bloxstrap"; - public const string ProjectOwner = "pizzaboxer"; - public const string ProjectRepository = "pizzaboxer/bloxstrap"; + public const string ProjectOwner = "Bloxstrap"; + public const string ProjectRepository = "bloxstraplabs/bloxstrap"; public const string ProjectDownloadLink = "https://bloxstraplabs.com"; - public const string ProjectHelpLink = "https://github.com/pizzaboxer/bloxstrap/wiki"; - public const string ProjectSupportLink = "https://github.com/pizzaboxer/bloxstrap/issues/new"; + public const string ProjectHelpLink = "https://github.com/bloxstraplabs/bloxstrap/wiki"; + public const string ProjectSupportLink = "https://github.com/bloxstraplabs/bloxstrap/issues/new"; public const string RobloxPlayerAppName = "RobloxPlayerBeta"; public const string RobloxStudioAppName = "RobloxStudioBeta"; diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index d863201..ebf8434 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -1073,7 +1073,7 @@ namespace Bloxstrap Frontend.ShowConnectivityDialog( Strings.Dialog_Connectivity_UnableToDownload, - String.Format(Strings.Dialog_Connectivity_UnableToDownloadReason, "[https://github.com/pizzaboxer/bloxstrap/wiki/Bloxstrap-is-unable-to-download-Roblox](https://github.com/pizzaboxer/bloxstrap/wiki/Bloxstrap-is-unable-to-download-Roblox)"), + String.Format(Strings.Dialog_Connectivity_UnableToDownloadReason, "[https://github.com/bloxstraplabs/bloxstrap/wiki/Bloxstrap-is-unable-to-download-Roblox](https://github.com/bloxstraplabs/bloxstrap/wiki/Bloxstrap-is-unable-to-download-Roblox)"), MessageBoxImage.Error, ex ); diff --git a/Bloxstrap/UI/Elements/About/Pages/AboutPage.xaml b/Bloxstrap/UI/Elements/About/Pages/AboutPage.xaml index f894da4..57f2c9b 100644 --- a/Bloxstrap/UI/Elements/About/Pages/AboutPage.xaml +++ b/Bloxstrap/UI/Elements/About/Pages/AboutPage.xaml @@ -40,9 +40,9 @@ - - - + + + diff --git a/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml b/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml index 8a4f984..dbcad7b 100644 --- a/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml +++ b/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml @@ -25,7 +25,7 @@ - + diff --git a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs index ee33bd9..59a6e05 100644 --- a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs +++ b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs @@ -114,7 +114,7 @@ namespace Bloxstrap.UI.Elements.Controls var lastBlock = document.Last(); // matt was evidently very tired on the night he was first writing this - // https://github.com/pizzaboxer/bloxstrap/blob/289b9dec77cf35b2cc6504019bc9c7701626be1f/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs#L111 + // https://github.com/bloxstraplabs/bloxstrap/blob/289b9dec77cf35b2cc6504019bc9c7701626be1f/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs#L111 foreach (var block in document) { if (block is not ParagraphBlock paragraphBlock || paragraphBlock.Inline is null) diff --git a/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml b/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml index 9ed5a5e..e9fe45c 100644 --- a/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml +++ b/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml @@ -72,7 +72,7 @@ - + diff --git a/Bloxstrap/UI/Elements/Installer/Pages/InstallPage.xaml b/Bloxstrap/UI/Elements/Installer/Pages/InstallPage.xaml index 7281424..6c66b7c 100644 --- a/Bloxstrap/UI/Elements/Installer/Pages/InstallPage.xaml +++ b/Bloxstrap/UI/Elements/Installer/Pages/InstallPage.xaml @@ -68,7 +68,7 @@ - + diff --git a/Bloxstrap/UI/Elements/Installer/Pages/WelcomePage.xaml b/Bloxstrap/UI/Elements/Installer/Pages/WelcomePage.xaml index 2978e77..e6a86cc 100644 --- a/Bloxstrap/UI/Elements/Installer/Pages/WelcomePage.xaml +++ b/Bloxstrap/UI/Elements/Installer/Pages/WelcomePage.xaml @@ -37,7 +37,7 @@ - + diff --git a/Bloxstrap/UI/Elements/Settings/Pages/BloxstrapPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/BloxstrapPage.xaml index 9f2f3da..d96f081 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/BloxstrapPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/BloxstrapPage.xaml @@ -25,7 +25,7 @@ + Description="{Binding Source={x:Static resources:Strings.Menu_Bloxstrap_Analytics_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/bloxstraplabs/bloxstrap/wiki/Privacy-Policy#analytical-functionality'}"> diff --git a/Bloxstrap/UI/Elements/Settings/Pages/BootstrapperPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/BootstrapperPage.xaml index 8a4f40a..370b84f 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/BootstrapperPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/BootstrapperPage.xaml @@ -26,7 +26,7 @@ + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/Information-on-Roblox-app-localisation"> diff --git a/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml index e11a8b1..dda7e8f 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -57,14 +57,14 @@ + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#framerate-limit"> + Description="{Binding Source={x:Static resources:Strings.Menu_FastFlags_Presets_LightingTechnology_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#preferred-lighting-technology'}" Foreground="{DynamicResource TextFillColorSecondaryBrush}" + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#preferred-lighting-technology"> @@ -77,7 +77,7 @@ + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#dpi-scaling-fixes"> @@ -113,21 +113,21 @@ + Description="{Binding Source={x:Static resources:Strings.Menu_FastFlags_Presets_HideGuis_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#gui-hiding|https://www.roblox.com/groups/32380007/Bloxstrap'}" + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#gui-hiding"> + Description="{Binding Source={x:Static resources:Strings.Menu_FastFlags_Presets_FontPadding_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#gui-hiding|https://www.roblox.com/groups/32380007/Bloxstrap'}"> + HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/A-guide-to-FastFlags#escape-menu-version"> diff --git a/Bloxstrap/UI/Elements/Settings/Pages/IntegrationsPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/IntegrationsPage.xaml index 8be8d71..84fafee 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/IntegrationsPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/IntegrationsPage.xaml @@ -20,7 +20,7 @@ @@ -28,7 +28,7 @@ @@ -41,11 +41,11 @@ - + diff --git a/Bloxstrap/UI/Elements/Settings/Pages/ModsPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/ModsPage.xaml index 79e6627..a6761c8 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/ModsPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/ModsPage.xaml @@ -33,7 +33,7 @@ - + diff --git a/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs b/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs index 39a957c..5918893 100644 --- a/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs @@ -9,7 +9,7 @@ namespace Bloxstrap.UI.ViewModels.Dialogs { public string Text => String.Format( Strings.Uninstaller_Text, - "https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch", + "https://github.com/bloxstraplabs/bloxstrap/wiki/Roblox-crashes-or-does-not-launch", Paths.Base ); diff --git a/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs b/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs index 025b84a..4adaff1 100644 --- a/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs @@ -5,7 +5,7 @@ // formatting is done here instead of in xaml, it's just a bit easier public string MainText => String.Format( Strings.Installer_Welcome_MainText, - "[github.com/pizzaboxer/bloxstrap](https://github.com/pizzaboxer/bloxstrap)", + "[github.com/bloxstraplabs/bloxstrap](https://github.com/bloxstraplabs/bloxstrap)", "[bloxstraplabs.com](https://bloxstraplabs.com)" ); diff --git a/Bloxstrap/Utility/Filesystem.cs b/Bloxstrap/Utility/Filesystem.cs index fe581df..77bd284 100644 --- a/Bloxstrap/Utility/Filesystem.cs +++ b/Bloxstrap/Utility/Filesystem.cs @@ -13,7 +13,7 @@ namespace Bloxstrap.Utility { foreach (var drive in DriveInfo.GetDrives()) { - // https://github.com/pizzaboxer/bloxstrap/issues/1648#issuecomment-2192571030 + // https://github.com/bloxstraplabs/bloxstrap/issues/1648#issuecomment-2192571030 if (path.ToUpperInvariant().StartsWith(drive.Name)) return drive.AvailableFreeSpace; }