diff options
-rw-r--r-- | docs/other_eclipse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_eclipse.md b/docs/other_eclipse.md index 98b6e52e9..b2655ca08 100644 --- a/docs/other_eclipse.md +++ b/docs/other_eclipse.md | |||
@@ -17,7 +17,7 @@ Note that this set-up has been tested on Ubuntu 16.04 only for the moment. | |||
17 | 17 | ||
18 | # Prerequisites | 18 | # Prerequisites |
19 | ## Build Environment | 19 | ## Build Environment |
20 | Before starting, you must have followed the [Getting Started](news_getting_started.md) section of the Tutorial. In particular, you must have been able to build the firmware with [the `qmk compile` command](news_building_firmware#build-your-firmware). | 20 | Before starting, you must have followed the [Getting Started](newbs_getting_started.md) section of the Tutorial. In particular, you must have been able to build the firmware with [the `qmk compile` command](newbs_building_firmware.md#build-your-firmware). |
21 | 21 | ||
22 | ## Java | 22 | ## Java |
23 | Eclipse is a Java application, so you will need to install Java 8 or more recent to be able to run it. You may choose between the JRE or the JDK, the latter being useful if you intend to do Java development. | 23 | Eclipse is a Java application, so you will need to install Java 8 or more recent to be able to run it. You may choose between the JRE or the JDK, the latter being useful if you intend to do Java development. |