summaryrefslogtreecommitdiff
path: root/docs/Eclipse.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-10 14:58:24 -0400
committerJack Humbert <jack.humb@gmail.com>2017-06-10 14:58:24 -0400
commitca01d94005f67ec4fa9528353481faa622d949ae (patch)
treedd6d59d065492e3bb8192263a8a7e7cc0709c48f /docs/Eclipse.md
parent558db0e03f0f3993e2b7fb5cc3f285393da0a4c3 (diff)
convert docs to lowercase and underscores
Diffstat (limited to 'docs/Eclipse.md')
-rw-r--r--docs/Eclipse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Eclipse.md b/docs/Eclipse.md
index b9aa676370..ec5f2dc0d1 100644
--- a/docs/Eclipse.md
+++ b/docs/Eclipse.md
@@ -15,7 +15,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](/Home.md#getting-started) section corresponding to your system. In particular, you must have been able to build the firmware with [the `make` command](../#the-make-command).
+Before starting, you must have followed the [Getting Started](home.md#getting-started) section corresponding to your system. In particular, you must have been able to build the firmware with [the `make` command](../#the-make-command).
## 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.