summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-03-12 16:29:24 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-03-12 16:29:24 +0000
commit77fc5f5110c7860fb04b6ab24e6f5e77628b74fc (patch)
treefd84b01c1874618a37574df43531ef89411fc430
parent30a806010a803d95aa69d896ece2e49f5bc27ea4 (diff)
update reference to doc file whose name has changed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--ast_expr2.fl2
-rw-r--r--ast_expr2f.c2
2 files changed, 2 insertions, 2 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);
}
diff --git a/ast_expr2f.c b/ast_expr2f.c
index 3079eb901..13927ef8e 100644
--- a/ast_expr2f.c
+++ b/ast_expr2f.c
@@ -2981,7 +2981,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);
}