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