From c9d6d6295db5c7a1cf1966cd194f1a045be5c6cb Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Sat, 9 Oct 2021 04:39:31 -0400
Subject: Fixed erroneous path in "Chapter 1: Getting started".

---
 documentation/book/the_lux_programming_language/chapter_1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'documentation/book')

diff --git a/documentation/book/the_lux_programming_language/chapter_1.md b/documentation/book/the_lux_programming_language/chapter_1.md
index b86a4fffe..1660069fa 100644
--- a/documentation/book/the_lux_programming_language/chapter_1.md
+++ b/documentation/book/the_lux_programming_language/chapter_1.md
@@ -83,7 +83,7 @@ Duration: +15s26ms
 
 A directory named `target` will have been created, containing everything that was compiled, alongside an executable JAR file.
 
-6. Run the program with this command: `java -jar target/jvm/program.jar`
+6. Run the program with this command: `java -jar target/program.jar`
 7. Smile :)
 
 	For a thorough specification of what Aedifex can do, please refer to [Appendix H](appendix_h.md).
-- 
cgit v1.2.3