From a8bc782d6828c219c868121cb74426f5dae8d4cf Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 22 Apr 2021 21:13:54 +0200
Subject: [PATCH] Fix widget URL in readme

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

diff --git a/README.md b/README.md
index 7c6bb92..976a312 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/code/widget.html/#/?map=mymap&widgetId=$matrix_widget_id&userId=$matrix_user_id
+/addwidget https://augmentile.auglement.team/auglement-widget.html/#/?map=mymap&widgetId=$matrix_widget_id&userId=$matrix_user_id
 ```
 
 ## Development and license
-- 
GitLab