aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Julian2021-10-01 03:29:09 -0400
committerEduardo Julian2021-10-01 03:29:09 -0400
commit30100903886160f8e187e8da4a7d4c9cafe6c50e (patch)
treeeee437e5b346c2981b0091460f477c44c4fff9e8
parent628356261aa9539b4f438ffd369a2638dc9506bd (diff)
Added link to Aedifex to "Chapter 1: Getting started".
-rw-r--r--documentation/book/the_lux_programming_language/chapter_1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_1.md b/documentation/book/the_lux_programming_language/chapter_1.md
index 29d2e8a70..dc3c665fd 100644
--- a/documentation/book/the_lux_programming_language/chapter_1.md
+++ b/documentation/book/the_lux_programming_language/chapter_1.md
@@ -23,7 +23,7 @@ Lux uses a custom-made build tool named _Aedifex_ which is configured using a de
To install Aedifex, go to https://github.com/LuxLang/lux/tree/master/shell and download either `lux.bat` or `lux.sh` depending on whether you're on Windows or Linux/Mac.
-Also download the `aedifex.jar` file, and place it (along with either of the scripts you downloaded) somewhere in your `PATH`.
+Also [download the aedifex.jar file](https://github.com/LuxLang/lux/releases/download/0.6.0/aedifex.jar), and place it (along with either of the scripts you downloaded) somewhere in your `PATH`.
Now, you'll have access to the `lux` command, which allows you to run Aedifex to build and test Lux projects.