From 2f1c6abc576d0ed0deaff97269f3dc20bbfbc45e Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 19 Apr 2020 17:38:19 +0200 Subject: [PATCH] Update README.md Fixes #6311 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e1544736f..7f7567724aa 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ We view pull requests as a collaborative process. Submit a pull request early to get feedback from the team on work in progress. We will discuss improvements with you and agree to merge them once the [developers](https://github.com/JabRef/jabref/blob/master/DEVELOPERS) approve. -If you want a step-by-step walk-through on how to set-up your workspace, please check [this guideline](https://devdocs.jabref.org/guidelines-for-setting-up-a-local-workspace/). +If you want a step-by-step walk-through on how to set-up your workspace, please check [this guideline](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace). To compile JabRef from source, you need a Java Development Kit 14 and `JAVA_HOME` pointing to this JDK. To run it, just execute `gradlew run`.