summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2016-03-06 17:43:27 +0100
committerjandegr <jandegr@users.noreply.github.com>2016-03-06 17:43:27 +0100
commit162a3e43d14531a7053872903674351a3142eea2 (patch)
treec8029dfec6b1a8019e063f7980e2e7bd0ee576db
parentb10d1f4f698c00071762b0b6097755dd6d4828a2 (diff)
downloadnavit-162a3e43d14531a7053872903674351a3142eea2.tar.gz
update link to wiki for OSD commandsR6624
-rw-r--r--navit/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/command.c b/navit/command.c
index 5b8aac910..4208c575c 100644
--- a/navit/command.c
+++ b/navit/command.c
@@ -917,7 +917,7 @@ command_call_function(struct context *ctx, struct result *res)
callback_list_call_attr_4(cbl.u.callback_list, attr_command, function, list, &out, &valid);
if (valid!=1){
dbg(lvl_error, "invalid command ignored: \"%s\"; see http://wiki.navit-project.org/index.php/"
- "The_Navit_Command_Interface for valid commands.\n", function);
+ "OSD#Navit_commands for valid commands.\n", function);
}
if (out && out[0]) {
result_free(res);