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