Update link

This commit is contained in:
RPRX 2020-07-31 14:06:30 +00:00 committed by GitHub
parent 153c8a0a74
commit 1dcb72e9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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");
}
}