From 3c0e4d4207bb4b84e2fadb357a9d849b0c9dda29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Rutkai?= Date: Tue, 25 May 2021 17:38:49 +0200 Subject: [PATCH] Update watson docs (new endpoint, updated URLs) (#17913) --- source/_integrations/watson_tts.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/watson_tts.markdown b/source/_integrations/watson_tts.markdown index cf54ba9db4d..99d03664c1e 100644 --- a/source/_integrations/watson_tts.markdown +++ b/source/_integrations/watson_tts.markdown @@ -17,7 +17,7 @@ Watson is a paid service via IBM Cloud but there is a decent [free tier](https:/ ## Setup -For supported formats and voices please go to [IBM Cloud About section](https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-about#about). +For supported formats and voices please go to [IBM Cloud About section](https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-voices#languageVoices). To get started please read the [Getting started tutorial](https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-gettingStarted#gettingStarted). @@ -43,7 +43,7 @@ watson_url: description: "The endpoint to which the service will connect." required: false type: string - default: "`https://stream.watsonplatform.net/text-to-speech/api`" + default: "`https://api.us-south.text-to-speech.watson.cloud.ibm.com`" watson_apikey: description: "Your secret apikey generated on the IBM Cloud admin console." required: true