Update the forum link

This commit is contained in:
Anton Kasyanov
2016-06-19 23:18:53 +03:00
parent 710d0a265a
commit 0e63b8bf93

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=389086";
private const string ForumUrl = @"https://forums.eveonline.com/default.aspx?g=posts&t=484927";
#endregion
#region Private fields