diff --git a/.gitmodules b/.gitmodules
index 2c0164fec8ceaed315e20102d4e76bf81001d247..ea68f6b2cfd82dc8c950b26596db1ee266bb2e23 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "python-briar-wrapper"]
-	path = python-briar-wrapper
+	path = briar-wrapper
 	url = https://code.briarproject.org/briar/python-briar-wrapper.git
diff --git a/README.md b/README.md
index 0379d86af9af808bbb44fcaada4454ee9bc2f42d..48d8d8fb059c482b9eb03343406d848edaff49b6 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 _Warning: This is still in a very early state and should be considered as prototype._
 
 A simple GTK app for [Briar](https://briar.app), built with Python and GNOME Builder.
-It uses the
+It uses [python-briar-wrapper](https://code.briarproject.org/briar/python-briar-wrapper) and the
 [Briar REST API](https://code.briarproject.org/briar/briar/blob/master/briar-headless/README.md)
 and therefore requires Java.
 
@@ -37,7 +37,7 @@ Once you've done this, change the path of the Briar headless
 jar in [src/briar/gtk/define.py](src/briar/gtk/define.py),
 build it with _meson_ and start Briar GTK.
 
-Don't forget to initialize the python-briar-wrapper submodule:
+Don't forget to initialize the briar-wrapper submodule:
 `git submodule update --init`
 
 ## Design Goals
diff --git a/app.briar.gtk.json b/app.briar.gtk.json
index 35411adfe71f1d53b489e2d1de25cdf27ee5f80a..8dc06f2aa0b22b70c3c42ba9b18e934e11b3df1b 100644
--- a/app.briar.gtk.json
+++ b/app.briar.gtk.json
@@ -163,7 +163,7 @@
             "sources": [
                 {
                     "type": "dir",
-                    "path": "python-briar-wrapper"
+                    "path": "briar-wrapper"
                 }
             ]
         },
diff --git a/python-briar-wrapper b/briar-wrapper
similarity index 100%
rename from python-briar-wrapper
rename to briar-wrapper