mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
general: Fix broken links.
This fixes a number of broken links throughout the tree, mostly caused by wiki.asterisk.org being replaced with docs.asterisk.org, which should eliminate the need for sporadic fixes as inf28047db36. Resolves: #430 (cherry picked from commit8cc5fc2e39)
This commit is contained in:
committed by
Asterisk Development Team
parent
8c378f78d4
commit
7af4934943
@@ -468,7 +468,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
|
||||
(extra_error_message_supplied ? extra_error_message : ""), s2, parseio->string, spacebuf);
|
||||
#endif
|
||||
#ifndef STANDALONE
|
||||
ast_log(LOG_WARNING,"If you have questions, please refer to https://wiki.asterisk.org/wiki/display/AST/Channel+Variables\n");
|
||||
ast_log(LOG_WARNING,"If you have questions, please refer to https://docs.asterisk.org/Configuration/Dialplan/Variables/Channel-Variables/\n");
|
||||
#endif
|
||||
free(s2);
|
||||
return(0);
|
||||
|
||||
Reference in New Issue
Block a user