From 82a5c1addd8ed9f18f3436ec111d452d5ee7abce Mon Sep 17 00:00:00 2001
From: avimar <avi@amarcus.com>
Date: Mon, 18 May 2020 21:00:49 +0300
Subject: [PATCH] [docs] Update wiki link to confluence

---
 conf/vanilla/autoload_configs/tts_commandline.conf.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/vanilla/autoload_configs/tts_commandline.conf.xml b/conf/vanilla/autoload_configs/tts_commandline.conf.xml
index eb816431be..c5da4aba55 100644
--- a/conf/vanilla/autoload_configs/tts_commandline.conf.xml
+++ b/conf/vanilla/autoload_configs/tts_commandline.conf.xml
@@ -8,7 +8,7 @@
 	${file}: output file (quoted, including .wav extension)
     
     Example commands can be found at:
-    http://wiki.freeswitch.org/wiki/Mod_tts_commandline#Example_commands
+    https://freeswitch.org/confluence/display/FREESWITCH/mod_tts_commandline#mod_tts_commandline-Examplecommands
 	-->
 	<param name="command" value="echo ${text} | text2wave -f ${rate} > ${file}"/>
     </settings>