summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2011-02-02 18:59:29 +0000
committerAndrew Latham <lathama@gmail.com>2011-02-02 18:59:29 +0000
commit9f1a17f13706a1167e356248284c7832fca4bf16 (patch)
treed1bcda8c95a17e2ce6dc446a20be2b4bbfa46de2 /main
parent175dd0ebf628e7ac4770fc2b2fe3a0c5a130753c (diff)
Replacing doc/* with wiki links
Adding links to http(s)://wiki.asterisk.org git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@305799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 0a994ea0d..2d8f9f34e 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"