Skip to content

Commit

Permalink
EPMRPP-86833 || Fix docs link for demo instance
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Oct 31, 2023
1 parent 345e8e5 commit 9d18b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class NoItemsDemo extends Component {
formatMessage(messages.generateDemoDataDescription, {
a: (data) =>
DOMPurify.sanitize(
`<a href='https://reportportal.io/download/integration' target='_blank'>${data}</a>`,
`<a href='https://reportportal.io/docs/log-data-in-reportportal/ImplementOwnIntegration/' target='_blank'>${data}</a>`,
),
}),
)}
Expand Down

0 comments on commit 9d18b93

Please sign in to comment.