aboutsummaryrefslogtreecommitdiffstats
path: root/docs/other_eclipse.md
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2020-03-14 22:25:21 +0900
committerGitHub <noreply@github.com>2020-03-14 13:25:21 +0000
commitcde5237a8818942b657a31195b603e90c63fff59 (patch)
treeb125cc03b3af19fe0b498d30bfedcf211915093d /docs/other_eclipse.md
parentdc79792ab463f614e3aba979dace7d9625b340bf (diff)
downloadfirmware-cde5237a8818942b657a31195b603e90c63fff59.tar.gz
firmware-cde5237a8818942b657a31195b603e90c63fff59.tar.bz2
firmware-cde5237a8818942b657a31195b603e90c63fff59.zip
fix two links on docs/other_eclipse.md (#8417)
Diffstat (limited to 'docs/other_eclipse.md')
-rw-r--r--docs/other_eclipse.md2
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.
# Prerequisites
## Build Environment
-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).
+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).
## Java
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.