Skip to content

Commit

Permalink
Fix trace link in event viewer (#1390)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Evseev <[email protected]>
  • Loading branch information
st4lk authored Jan 31, 2024
1 parent 2ca2c75 commit 4bffb00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function DocViewer(props: IDocViewerProps) {
setTracesLink(
<EuiLink
className="trace-link"
href={`${observabilityTracesID}#/${traceId}`}
href={`${observabilityTracesID}#/traces/${traceId}`}
target="_blank"
external
/>
Expand Down

0 comments on commit 4bffb00

Please sign in to comment.