From 0e63b8bf932e77f85d2bf6f3b788a0f1ed151f14 Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Sun, 19 Jun 2016 23:18:53 +0300 Subject: [PATCH] Update the forum link --- Eve-O-Preview/Presentation/MainPresenter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eve-O-Preview/Presentation/MainPresenter.cs b/Eve-O-Preview/Presentation/MainPresenter.cs index cfac9ef..b40c597 100644 --- a/Eve-O-Preview/Presentation/MainPresenter.cs +++ b/Eve-O-Preview/Presentation/MainPresenter.cs @@ -9,7 +9,7 @@ namespace EveOPreview.UI public class MainPresenter : Presenter { #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