Skip to content

Commit

Permalink
Merge pull request #5 from jerbri/patch-1
Browse files Browse the repository at this point in the history
Invalid filter endpoint when using BaseUrl
  • Loading branch information
kristofferlindvall committed Aug 19, 2015
2 parents 7a53dda + 78a15d4 commit e7fbaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Seq.App.HipChat/HipChatReactor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public async void On(Event<LogEventData> evt)
msg.AppendLine();
msg.AppendLine(
string.Format(
"<a href=\"{0}/#/now?filter=@Id%20%3D%3D%20%22{1}%22&show=expanded\">Click here to open in Seq</a>",
"<a href=\"{0}/#/events?filter=@Id%20%3D%3D%20%22{1}%22&show=expanded\">Click here to open in Seq</a>",
BaseUrl, evt.Id));
}

Expand Down

0 comments on commit e7fbaf6

Please sign in to comment.