Skip to content

Commit

Permalink
Use view-post instead of view-thread (#9)
Browse files Browse the repository at this point in the history
Slightly nicer URLs, and then GGG has to do all the work!
  • Loading branch information
Novynn authored and ccbrown committed Mar 30, 2017
1 parent 48d8924 commit dc40f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/forum_post.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit dc40f2c

Please sign in to comment.