Provide new Forum link in the About tab

This commit is contained in:
Anton Kasyanov
2017-07-05 21:54:56 +03:00
parent cb0dcedf6e
commit 52b041ec76

View File

@@ -9,7 +9,7 @@ namespace EveOPreview.UI
public class MainPresenter : Presenter<IMainView>
{
#region Private constants
private const string ForumUrl = @"https://forums.eveonline.com/default.aspx?g=posts&t=484927";
private const string ForumUrl = @"https://meta.eveonline.com/t/4202";
#endregion
#region Private fields