diff --git a/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js b/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js
index 0fb961bf9..361577590 100644
--- a/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js
+++ b/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js
@@ -13,7 +13,7 @@ function Logo() {
Powered by
-
+
diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx
index 10f39e4b0..433e1a75a 100644
--- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx
+++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx
@@ -5,6 +5,7 @@ import NumberedReportSection from './NumberedReportSection';
import LoadingIcon from '../../ui-components/LoadingIcon';
import ExternalLink from '../common/ExternalLink';
+// TODO: Fix the url
const ATTACK_DESCRIPTION = <>
After the attacker or malware has propagated through your network,
your data is at risk on any machine the attacker can access. It can be
diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx
index fb4498e8e..91e894518 100644
--- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx
+++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx
@@ -13,7 +13,7 @@ const BREACH_DESCRIPTION = <>
>
diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx
index 75af68ea5..682b1d632 100644
--- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx
+++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx
@@ -12,7 +12,7 @@ const LATERAL_MOVEMENT_DESCRIPTION = <>
>
diff --git a/monkey/monkey_island/docs/source/index.rst b/monkey/monkey_island/docs/source/index.rst
index 6ad76d390..bffb6b78a 100644
--- a/monkey/monkey_island/docs/source/index.rst
+++ b/monkey/monkey_island/docs/source/index.rst
@@ -65,7 +65,7 @@ The results of running Monkey Agents are:
Getting Started
===============
-If you haven't downloaded Infection Monkey yet you can do so `from our homepage `_.
+If you haven't downloaded Infection Monkey yet you can do so `from our homepage `_.
..
After downloading the Monkey, install it using one of our [setup guides]({{< ref "/setup" >}}), and read our [getting started guide]({{< ref "/usage/getting-started" >}}) for a quick-start on Monkey!