Update repo URL

This commit is contained in:
nastys
2022-01-27 14:00:28 +01:00
parent bef5d481a5
commit 1c026e2661
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://notabug.org/PDModdingCommunity/PD-Loader/wiki
URL=https://github.com/PDModdingCommunity/PD-Loader/wiki
HotKey=0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

+4 -4
View File
@@ -1039,7 +1039,7 @@ private: System::Void SaveSettings() {
}
}
private: System::Void Button_Help_Click(System::Object^ sender, System::EventArgs^ e) {
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader/wiki");
System::Diagnostics::Process::Start("https://github.com/PDModdingCommunity/PD-Loader/wiki");
}
private: System::Void Button_Launch_Click(System::Object^ sender, System::EventArgs^ e) {
@@ -1161,7 +1161,7 @@ private: System::Void button_Discord_Click(System::Object^ sender, System::Event
switch (SkinnedMessageBox::Show(this, "Would you like to read the user guide for troubleshooting?", "PD Launcher", MessageBoxButtons::YesNoCancel, MessageBoxIcon::Information))
{
case System::Windows::Forms::DialogResult::Yes:
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader/wiki");
System::Diagnostics::Process::Start("https://github.com/PDModdingCommunity/PD-Loader/wiki");
break;
case System::Windows::Forms::DialogResult::No:
@@ -1170,7 +1170,7 @@ private: System::Void button_Discord_Click(System::Object^ sender, System::Event
}
}
private: System::Void button_github_Click(System::Object^ sender, System::EventArgs^ e) {
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader");
System::Diagnostics::Process::Start("https://github.com/PDModdingCommunity/PD-Loader");
}
private: System::Void button_Apply_Click(System::Object^ sender, System::EventArgs^ e) {
SaveSettings();
@@ -1212,7 +1212,7 @@ private: System::Void trackBar_LagCompensation_ValueChanged(System::Object^ send
private: System::Void tabPage_Resolution_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void button_Wiki_Click(System::Object^ sender, System::EventArgs^ e) {
System::Diagnostics::Process::Start("https://notabug.org/PDModdingCommunity/PD-Loader/wiki");
System::Diagnostics::Process::Start("https://github.com/PDModdingCommunity/PD-Loader/wiki");
}
private: System::Void trackBar_LagCompensation_Scroll(System::Object^ sender, System::EventArgs^ e) {
}