From 9d31c10d0a3875723b2f2a1e735b4f665962ff32 Mon Sep 17 00:00:00 2001 From: aurel_j Date: Tue, 15 Apr 2008 17:39:48 +0000 Subject: [PATCH] Fix:Core:Update wiki url git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1011 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/navit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/src/navit.c b/navit/src/navit.c index 89fa077..b833187 100644 --- a/navit/src/navit.c +++ b/navit/src/navit.c @@ -1030,7 +1030,7 @@ navit_init(struct navit *this_) gui_get_attr(this_->gui, attr_type, &attr_type_gui, NULL); graphics_get_attr(this_->gra, attr_type, &attr_type_graphics, NULL); g_warning("failed to connect graphics '%s' to gui '%s'\n", attr_type_graphics.u.str, attr_type_gui.u.str); - g_warning(" Please see http://navit.sourceforge.net/wiki/index.php/Failed_to_connect_graphics_to_gui\n"); + g_warning(" Please see http://wiki.navit-project.org/index.php/Failed_to_connect_graphics_to_gui\n"); g_warning(" for explanations and solutions\n"); navit_destroy(this_); -- 2.7.4