diff --git a/src/util.c b/src/util.c
index 8d1aec4..c721c84 100644
--- a/src/util.c
+++ b/src/util.c
@@ -248,11 +248,11 @@ void
 matedialog_util_show_help (GError **error)
 {
   gchar *tmp;
-  tmp = g_find_program_in_path ("yelp");
+  tmp = g_find_program_in_path ("firefox");
 
   if (tmp) {
     g_free (tmp);
-    g_spawn_command_line_async ("yelp ghelp:matedialog", error);
+    g_spawn_command_line_async ("firefox http://mate-desktop.org/", error);
   }
 }
 
