aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-02 18:56:42 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-02 18:56:42 +0000
commit6260d1fa92f07d35604cfe96c56f4876d318c31d (patch)
treea0526777a4692d8c681d3cc5d293a91ca898d2e3 /main
parent61c3320ec2bbce16392d5f9a5518b6df3ecaaf30 (diff)
Replacing doc/* with wiki links
Adding links to http(s)://wiki.asterisk.org git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@305798 f38db490-d61c-443f-a65b-d21fe96a405b
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"