From e2b67d37a83be05b469a80007d4d3c0bf46b4254 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 22 Apr 2021 23:41:09 +0200
Subject: [PATCH] Fix /addwidget in readme

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

diff --git a/README.md b/README.md
index 976a312..e8398c3 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ to pass the widget and user IDs into. For the centrally hosted code, this looks
 like:
 
 ```plain
-/addwidget https://augmentile.auglement.team/auglement-widget.html/#/?map=mymap&widgetId=$matrix_widget_id&userId=$matrix_user_id
+/addwidget https://augmentile.auglement.team/augmentile-widget.html?map=mymap&widgetId=$matrix_widget_id&userId=$matrix_user_id
 ```
 
 ## Development and license
-- 
GitLab