Skip to content

Commit

Permalink
chore: update docs URL for event timeline (#8388)
Browse files Browse the repository at this point in the history
https://linear.app/unleash/issue/2-2767/update-docs-url-in-event-timeline

Updates the event timeline documentation URL to directly link to the
event timeline section.
  • Loading branch information
nunogois authored Oct 8, 2024
1 parent 787af6f commit 99021f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export const NewInUnleash = ({
behavior: 'smooth',
});
},
docsLink: 'https://docs.getunleash.io/reference/events',
docsLink:
'https://docs.getunleash.io/reference/events#event-timeline',
show: !isOss() && eventTimelineEnabled,
longDescription: (
<>
Expand Down

0 comments on commit 99021f3

Please sign in to comment.