From 6763a995bf9b4c3ad58fe70e6d0e3c4e95a46adf Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 27 Dec 2019 19:33:58 +0100
Subject: [PATCH] Correct path to briar_gtk.define in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0f22662..c499663 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For this, you have to install Java, the
 [Python dependencies](requirements.txt) and
 [Briar headless](https://code.briarproject.org/briar/briar/blob/master/briar-headless/README.md).
 Once you've done this, change the path of the Briar headless
-jar in [src/briar/gtk/define.py](src/briar/gtk/define.py),
+jar in [briar_gtk.define](briar-gtk/briar_gtk/define.py),
 build it with _meson_ and start Briar GTK.
 
 Don't forget to initialize the briar-wrapper submodule:
-- 
GitLab