update reference to doc file whose name has changed
authorKevin P. Fleming <kpfleming@digium.com>
Sun, 12 Mar 2006 16:29:24 +0000 (16:29 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sun, 12 Mar 2006 16:29:24 +0000 (16:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ast_expr2.fl
ast_expr2f.c

index e104d2a..32525cf 100644 (file)
@@ -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);
 }
index 3079eb9..13927ef 100644 (file)
@@ -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);
 }