Prefer Nookipedia over Animal Crossing Wiki
Information tends to be more accurate
This commit is contained in:
parent
d7c0bd6041
commit
b703b74e89
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public void RestoreFromVillager(SimpleVillager villager)
|
|||
|
||||
private void wikiButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://animalcrossing.fandom.com/wiki/" + Villager.Name);
|
||||
System.Diagnostics.Process.Start($"https://nookipedia.com/wiki/{Villager.Name}");
|
||||
}
|
||||
|
||||
private void nameLabel_Click(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in a new issue