diff --git a/docs/components/off-the-shelf-apps/cms.md b/docs/components/off-the-shelf-apps/cms.md
index 9b7d5d60ee57c1135f4d5fe881134a37d40bc957..66ecf7c69ceca70f18a3d8037eac8171bca05b1d 100644
--- a/docs/components/off-the-shelf-apps/cms.md
+++ b/docs/components/off-the-shelf-apps/cms.md
@@ -4,7 +4,7 @@ For all the editorial content on the portal one CMS is used to offer the possibi
 
 ## Ghost: headless CMS
 
-![ghost-logo](../assets/ghost-logo.png)
+![ghost-logo](../../assets/ghost-logo.png)
 
 The choice went for the open source CMS [Ghost](https://ghost.org/), replacing Wordpress as our first choice at the beginning of the project.  
 Whereas it's not perfect and there is still room for improvement, this is a great tool to use to create content in a beautiful user interface. The API allows us to get all the information needed for the web application by a REST API.