cc: Update scenarios documentation link on the landing page

This commit is contained in:
Shreya Malviya 2021-07-28 18:06:23 +05:30
parent 5ba4400bc3
commit 36e77245d2
1 changed files with 1 additions and 2 deletions

View File

@ -88,12 +88,11 @@ function MonkeyInfo() {
} }
function ScenarioInfo() { function ScenarioInfo() {
// TODO change link when scenarios are added to documentation
return ( return (
<> <>
<div className={'scenario-info'}> <div className={'scenario-info'}>
Check the Infection Monkey documentation hub for more information Check the Infection Monkey documentation hub for more information
on <a href='https://www.guardicore.com/infectionmonkey/docs' rel="noopener noreferrer" target="_blank"> on <a href='https://www.guardicore.com/infectionmonkey/docs/usage/scenarios/' rel="noopener noreferrer" target="_blank">
scenarios scenarios
</a>. </a>.
</div> </div>