diff --git a/server/forum_post.go b/server/forum_post.go index 35fc549..09afa7e 100644 --- a/server/forum_post.go +++ b/server/forum_post.go @@ -26,5 +26,5 @@ func (p *ForumPost) ActivityKey() uint32 { } func (p *ForumPost) PostURL() string { - return fmt.Sprintf("https://www.pathofexile.com/forum/view-thread/%v/page/%v#p%v", p.ThreadId, p.PageNumber, p.Id) + return fmt.Sprintf("https://www.pathofexile.com/forum/view-post/%v", p.Id) }