diff --git a/Documentation/design.md b/Documentation/design.md
index 5a6575e08..a4a7f27aa 100644
--- a/Documentation/design.md
+++ b/Documentation/design.md
@@ -75,7 +75,7 @@ The `ScrapeConfig` CRD allows you to define how Prometheus should discover and s
 
 #### AlertmanagerConfig
 
-![AlertmanagerConfig](img/alermanager-config.png)
+![AlertmanagerConfig](img/alertmanager-config.png)
 
 The `AlertmanagerConfig` CRD allows us to configure `Alertmanager` instances in a Kubernetes cluster. It specifies subsections of the Alertmanager configuration, enabling the routing of alerts to custom receivers and the setting of inhibition rules.
 
diff --git a/Documentation/img/alermanager-config.png b/Documentation/img/alermanager-config.png
deleted file mode 100644
index 53fa07afe..000000000
Binary files a/Documentation/img/alermanager-config.png and /dev/null differ
diff --git a/Documentation/img/alertmanager-config.png b/Documentation/img/alertmanager-config.png
new file mode 100644
index 000000000..c748dcbed
Binary files /dev/null and b/Documentation/img/alertmanager-config.png differ
diff --git a/Documentation/img/config-based-resources.png b/Documentation/img/config-based-resources.png
index 5e66010b2..a0be1e636 100644
Binary files a/Documentation/img/config-based-resources.png and b/Documentation/img/config-based-resources.png differ
diff --git a/Documentation/img/instance-based-resources.png b/Documentation/img/instance-based-resources.png
index 57bb4e012..dadfc10eb 100644
Binary files a/Documentation/img/instance-based-resources.png and b/Documentation/img/instance-based-resources.png differ
diff --git a/Documentation/img/prometheus-rule.png b/Documentation/img/prometheus-rule.png
index ded59c67c..77708e701 100644
Binary files a/Documentation/img/prometheus-rule.png and b/Documentation/img/prometheus-rule.png differ