aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/ast_expr2.fl2
-rw-r--r--main/ast_expr2f.c2
-rw-r--r--main/config.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index 96a09bc40..614f8486f 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -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,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);
diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c
index 384da3039..94bcc6455 100644
--- a/main/ast_expr2f.c
+++ b/main/ast_expr2f.c
@@ -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);
diff --git a/main/config.c b/main/config.c
index d763adac4..62f25dce6 100644
--- a/main/config.c
+++ b/main/config.c
@@ -23,7 +23,7 @@
* \author Mark Spencer <markster@digium.com>
*
* Includes the Asterisk Realtime API - ARA
- * See doc/realtime.txt and doc/extconfig.txt
+ * See http://wiki.asterisk.org
*/
#include "asterisk.h"