Skip to content

Commit

Permalink
Invalid filter endpoint when using BaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbri committed Aug 17, 2015
1 parent 7a53dda commit 78a15d4
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 78a15d4

Please sign in to comment.