summaryrefslogtreecommitdiff
path: root/res
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 /res
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 'res')
-rw-r--r--res/res_srtp.c2
-rw-r--r--res/res_timing_dahdi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 3a330dba1..f21ac0f99 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -32,7 +32,7 @@
<depend>srtp</depend>
***/
-/* See doc/tex/secure-calls.tex for SRTP usage information */
+/* See https://wiki.asterisk.org/wiki/display/AST/Secure+Calling */
#include "asterisk.h"
diff --git a/res/res_timing_dahdi.c b/res/res_timing_dahdi.c
index 8a2382834..41f74f6c9 100644
--- a/res/res_timing_dahdi.c
+++ b/res/res_timing_dahdi.c
@@ -137,7 +137,7 @@ static unsigned int dahdi_timer_get_max_rate(int handle)
return 1000;
}
-#define SEE_TIMING "For more information on Asterisk timing modules, including ways to potentially fix this problem, please see doc/timing.txt\n"
+#define SEE_TIMING "For more information on Asterisk timing modules, including ways to potentially fix this problem, please see https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces\n"
static int dahdi_test_timer(void)
{