summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel_j <aurel_j@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-04-15 17:39:48 +0000
committeraurel_j <aurel_j@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-04-15 17:39:48 +0000
commita117fb491c49ae96738dee036d140e316443ff7f (patch)
treec414f3f597ee4b7160729fb061a4c3d6c5b4b102
parentf4696b9f96ff49c0e41662033adec408e6373f1c (diff)
downloadnavit-svn-a117fb491c49ae96738dee036d140e316443ff7f.tar.gz
Fix:Core:Update wiki url
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@1011 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit.c b/navit.c
index 89fa0771..b8331878 100644
--- a/navit.c
+++ b/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_);