diff --git a/README.md b/README.md
index fd517b651..e4f58fef9 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ hide:
---
-
+
# ExternalDNS
diff --git a/docs/scripts/docs.go b/docs/scripts/docs.go
index 3482ee156..59fdbd43f 100644
--- a/docs/scripts/docs.go
+++ b/docs/scripts/docs.go
@@ -30,6 +30,7 @@ func removeLinkPrefixInIndex() {
updatedContent := strings.ReplaceAll(string(content), "](./docs/", "](")
updatedContent = strings.ReplaceAll(updatedContent, "](docs/", "](")
+ updatedContent = strings.ReplaceAll(updatedContent, "docs/img/external-dns.png", "img/external-dns.png")
f, err := os.OpenFile("./docs/index.md", os.O_RDWR, 0o644)
if err != nil {