From 90e3c4a42eb4b75d456e8ea584ce7e8dc83f3b3d Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Mon, 8 Jan 2018 13:14:52 -0600 Subject: [PATCH 1/2] Fix thread URL in changelog It's probably better to fix this on the server side, but this is easier --- PKHeX.WinForms/Resources/text/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 5187ab47a..510eddce5 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,5 +1,5 @@ PKHeX - By Kaphotics -http://projectpokemon.org/pkhex +http://projectpokemon.org/pkhex/ 17/12/05 - New Update: - Legality: From 5a4ddd685c39e4a7c08385d20d47bddd2ba5e115 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Mon, 8 Jan 2018 13:15:19 -0600 Subject: [PATCH 2/2] Update Project Pokemon URLs in comment --- PKHeX.Core/MysteryGifts/PGT.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/MysteryGifts/PGT.cs b/PKHeX.Core/MysteryGifts/PGT.cs index a7c72bab1..648c631fd 100644 --- a/PKHeX.Core/MysteryGifts/PGT.cs +++ b/PKHeX.Core/MysteryGifts/PGT.cs @@ -8,8 +8,8 @@ namespace PKHeX.Core /// /// /// Big thanks to Grovyle91's Pokémon Mystery Gift Editor, from which the structure was referenced. - /// http://projectpokemon.org/forums/member.php?829-Grovyle91 - /// http://projectpokemon.org/forums/showthread.php?6524 + /// https://projectpokemon.org/home/profile/859-grovyle91/ + /// https://projectpokemon.org/home/forums/topic/5870-pok%C3%A9mon-mystery-gift-editor-v143-now-with-bw-support/ /// See also: http://tccphreak.shiny-clique.net/debugger/pcdfiles.htm /// public sealed class PCD : MysteryGift