Merge pull request #928 from rprx/patch-6

Update link
This commit is contained in:
2dust
2020-08-01 09:32:41 +08:00
committed by GitHub

View File

@@ -444,7 +444,7 @@ namespace v2rayN.Forms
private void linkLabelRoutingDoc_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://www.v2fly.org/chapter_02/03_routing.html");
System.Diagnostics.Process.Start("https://www.v2fly.org/config/routing.html");
}
}