diff --git a/ivette/Makefile b/ivette/Makefile
index 2a169d38b7cce699b634979ac2a15ac5009a6c45..f8a687fff4e944ac825dd7849705c3d568ab2b7d 100644
--- a/ivette/Makefile
+++ b/ivette/Makefile
@@ -162,7 +162,9 @@ doc: $(NODEBIN)/typedoc icons
 	@rm -fr doc/html
 	@yarn run typedoc $(DOCFILES)
 	@echo "\n[Ivette] main page"
-	@echo "   file://$(PWD)/doc/html/index.html"
+	@echo ""
+	@echo "   file://$(PWD)/ivette/doc/html/index.html"
+	@echo ""
 
 $(NODEBIN)/%:
 	@echo "[Node] install package $*"