summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
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)
{