diff --git a/READ ME.txt.rtf b/READ ME.txt.rtf index d419d1b..ea4f267 100644 --- a/READ ME.txt.rtf +++ b/READ ME.txt.rtf @@ -15000,8 +15000,8 @@ source code}{}}}\rtlch\dbch\af8\hich\af5 \ltrch\fs22\lang16\ulnone\ulc0\b0\loch\ \par \pard\plain \s0\dbch\af6\langfe1081\dbch\af7\afs24\alang1081\ql\nowidctlpar\hyphpar0\ltrpar\cf0\loch\f3\fs24\lang1040\kerning1\sl276\slmult1\ql\sb0\sa200{\rtlch\dbch\af8\hich\af5 \ltrch\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch For information on getting and installing the latest release,} \par \pard\plain \s0\dbch\af6\langfe1081\dbch\af7\afs24\alang1081\ql\nowidctlpar\hyphpar0\ltrpar\cf0\loch\f3\fs24\lang1040\kerning1\sl276\slmult1\ql\sb0\sa200{\rtlch\dbch\af8\hich\af5 \ltrch\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch -please read the wiki at }{{\field{\*\fldinst HYPERLINK "https://notabug.org/PDModdingCommunity/PD-Loader/wiki" }{\fldrslt {\rtlch\dbch\af8\hich\af5 \ltrch\langfe255\cf9\lang255\ul\ulc0\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch -https://notabug.org/PDModdingCommunity/PD-Loader/wiki}}}} +please read the wiki at }{{\field{\*\fldinst HYPERLINK "https://github.com/PDModdingCommunity/PD-Loader/wiki" }{\fldrslt {\rtlch\dbch\af8\hich\af5 \ltrch\langfe255\cf9\lang255\ul\ulc0\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch +https://github.com/PDModdingCommunity/PD-Loader/wiki}}}} \par \pard\plain \s0\dbch\af6\langfe1081\dbch\af7\afs24\alang1081\ql\nowidctlpar\hyphpar0\ltrpar\cf0\loch\f3\fs24\lang1040\kerning1\sl276\slmult1\ql\sb0\sa200{\rtlch\dbch\af8\hich\af5 \ltrch\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch If you've already read it, pay more attention and you'll find the right link.} \par \pard\plain \s0\dbch\af6\langfe1081\dbch\af7\afs24\alang1081\ql\nowidctlpar\hyphpar0\ltrpar\cf0\loch\f3\fs24\lang1040\kerning1\sl276\slmult1\ql\sb0\sa200\rtlch\dbch\af8\hich\af5 \ltrch\fs22\lang16\ulnone\ulc0\b0\loch\f5\loch diff --git a/README.txt b/README.txt index dd6a156..9ea8c37 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ If you just wanted to play the game, you downloaded the wrong thing. Do not click the download button next to the git URL, that's for the source code. For information on getting and installing the latest release, -please read the wiki at https://notabug.org/nastys/PD-Loader/wiki +please read the wiki at https://github.com/nastys/PD-Loader/wiki If you've already read it, pay more attention and you'll find the right link. You should also read the wiki if you have any issues, before asking questions. \ No newline at end of file diff --git a/source-code/data/README - PD Loader.url b/source-code/data/README - PD Loader.url index ba70232..fc59562 100644 --- a/source-code/data/README - PD Loader.url +++ b/source-code/data/README - PD Loader.url @@ -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 diff --git a/source-code/source/plugins/Launcher/notabug.png b/source-code/source/plugins/Launcher/notabug.png index b1da0ba..ff37972 100644 Binary files a/source-code/source/plugins/Launcher/notabug.png and b/source-code/source/plugins/Launcher/notabug.png differ diff --git a/source-code/source/plugins/Launcher/ui.h b/source-code/source/plugins/Launcher/ui.h index 1499287..240ea83 100644 --- a/source-code/source/plugins/Launcher/ui.h +++ b/source-code/source/plugins/Launcher/ui.h @@ -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) { }