From 25765d50f513b9548adc4eda000a9fd7e60163f9 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 23 Mar 2020 00:11:50 +0100 Subject: [PATCH] Fix image path --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c8b7c1cb05e..734a3eb09e2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ The package `org.jabref.cli` is responsible for handling the command line option During development, one can configure IntelliJ to pass command line paramters: -![IntelliJ-run-configuration](.gitbook/assets/intellij-run-configuration-command-line%20%282%29.png) +![IntelliJ-run-configuration](images/intellij-run-configuration-command-line.png) Passing command line arguments using gradle is currently not possible as all arguments \(such as `-Dfile.encoding=windows-1252`\) are passed to the application.