aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.fl
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 16:29:24 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 16:29:24 +0000
commit61cd99d7c86eb993a8edfac60a3ff17714906da2 (patch)
treefd84b01c1874618a37574df43531ef89411fc430 /ast_expr2.fl
parent9156908a4c23c5629791b9b54d31a3381472365b (diff)
update reference to doc file whose name has changed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12544 f38db490-d61c-443f-a65b-d21fe96a405b
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);
}