Merge pull request #728 from rprx/patch-2

Delete #routingobject
pull/732/head
2dust 2020-04-23 16:11:23 +08:00 committed by GitHub
commit e60851153b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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#routingobject");
System.Diagnostics.Process.Start("https://www.v2fly.org/chapter_02/03_routing.html");
}
}