summaryrefslogtreecommitdiff
path: root/ast_expr2.fl
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.fl')
-rw-r--r--ast_expr2.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast_expr2.fl b/ast_expr2.fl
index e104d2a19..32525cfff 100644
--- a/ast_expr2.fl
+++ b/ast_expr2.fl
@@ -201,7 +201,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
s, parseio->string,spacebuf2);
#endif
#ifndef STANDALONE
- ast_log(LOG_WARNING,"If you have questions, please refer to doc/README.variables in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
#endif
return(0);
}