Skip to content

Commit

Permalink
Merge pull request #928 from rprx/patch-6
Browse files Browse the repository at this point in the history
Update link
  • Loading branch information
2dust committed Aug 1, 2020
2 parents 153c8a0 + 1dcb72e commit 2f3f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Forms/OptionSettingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void AppendText(bool notify, string text)

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

Expand Down

0 comments on commit 2f3f52c

Please sign in to comment.