diff --git a/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala b/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
index eb3a51b54f3d050cbf6c9766e3eef81b1c8607c7..e651f2ba6d24e0752a6f4aacec2c2762c2db07a8 100644
--- a/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
+++ b/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
@@ -205,7 +205,7 @@ trait ReportBuilder extends ToolCommand {
 
     val pageOutputDir = new File(outputDir, path.mkString(File.separator))
     pageOutputDir.mkdirs()
-    val rootPath = "./" + Array.fill(path.size)("src/main").mkString("")
+    val rootPath = "./" + Array.fill(path.size)("../").mkString
     val pageArgs = args ++ page.args ++
       Map("page" -> page,
         "path" -> path,