From 05df3290dc31145459b3fd56db93ea7d3cbfc562 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 4 Feb 2014 16:00:51 +0000 Subject: [PATCH] Tiling2: Updated wiki path. --- src/modules/tiling/e_mod_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tiling/e_mod_config.c b/src/modules/tiling/e_mod_config.c index 0b69544f2..4c37e759d 100644 --- a/src/modules/tiling/e_mod_config.c +++ b/src/modules/tiling/e_mod_config.c @@ -14,7 +14,7 @@ struct _E_Widget_Smart_Data static void _open_browser_help_cb(void *data EINA_UNUSED, void *obj EINA_UNUSED) { - const char *url = "https://phab.enlightenment.org/w/enlightenment_module_tiling2/"; + const char *url = "https://phab.enlightenment.org/w/emodules/tiling2/"; char *sb; size_t size = 4096, len = sizeof(E_BINDIR "/enlightenment_open ") - 1;