UI: fix the link in AWS run options page to point to the correct documentation

This commit is contained in:
VakarisZ 2021-11-16 15:55:20 +02:00
parent ab35774d8a
commit 77a38780c1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const getContents = (props) => {
<p className="alert alert-info">
<FontAwesomeIcon icon={faInfoCircle} style={{'marginRight': '5px'}}/>
Not sure what this is? Not seeing your AWS EC2 instances? <a
href="https://github.com/guardicore/monkey/wiki/Monkey-Island:-Running-the-monkey-on-AWS-EC2-instances"
href="https://www.guardicore.com/infectionmonkey/docs/usage/integrations/aws-run-on-ec2-machine/"
rel="noopener noreferrer" target="_blank">Read the documentation</a>!
</p>
</div>