Browse Source

v2ray.com -> v2fly.org

v2ray.com -> v2fly.org
pull/725/head
rprx 5 years ago committed by GitHub
parent
commit
f74191946c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      v2rayN/v2rayN/Forms/OptionSettingForm.cs

2
v2rayN/v2rayN/Forms/OptionSettingForm.cs

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

Loading…
Cancel
Save