Commit d4ff9878 authored by piratesephiroth's avatar piratesephiroth
Browse files

Fix link to guiformat's website

parent 80d8c64f
...@@ -633,8 +633,8 @@ namespace TeconMoon_s_WiiVC_Injector ...@@ -633,8 +633,8 @@ namespace TeconMoon_s_WiiVC_Injector
private void Format_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) private void Format_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{ {
Process.Start("http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm"); Process.Start("http://ridgecrop.co.uk/index.htm?guiformat.htm");
Process.Start("http://www.ridgecrop.demon.co.uk/guiformat.exe"); Process.Start("http://ridgecrop.co.uk/guiformat.exe");
} }
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment