From 064ea93f84ee343ae75f68225ec12cd4c0402e21 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 1 May 2014 19:38:28 -0400 Subject: [PATCH] Update link to jwchat. --- modules/installed/apps/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installed/apps/apps.py b/modules/installed/apps/apps.py index e463cd634..ba80a16aa 100644 --- a/modules/installed/apps/apps.py +++ b/modules/installed/apps/apps.py @@ -10,7 +10,7 @@ class Apps(PagePlugin): PagePlugin.__init__(self, *args, **kwargs) self.register_page("apps") self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80) - self.menu.add_item("Chat", "icon-comment", "http://freedombox.local", 30) + self.menu.add_item("Chat", "icon-comment", "/../jwchat", 30) self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35) @cherrypy.expose