mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 06:31:54 +00:00
Replacing doc/* with wiki links
Adding links to http(s)://wiki.asterisk.org git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2603,7 +2603,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
|
||||
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
|
||||
#endif
|
||||
#ifndef STANDALONE
|
||||
ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
|
||||
ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
|
||||
#endif
|
||||
free(s2);
|
||||
return(0);
|
||||
|
||||
Reference in New Issue
Block a user