From 974f2c6fa8fd6158c66b01d628e575552c11d3b5 Mon Sep 17 00:00:00 2001 From: Travis Van Nimwegen Date: Sat, 26 Oct 2024 18:09:21 -0400 Subject: [PATCH] Update openai-edge-tts-integration.md to fix link url --- docs/tutorials/integrations/openai-edge-tts-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/integrations/openai-edge-tts-integration.md b/docs/tutorials/integrations/openai-edge-tts-integration.md index 5ad16d9..7e254f6 100644 --- a/docs/tutorials/integrations/openai-edge-tts-integration.md +++ b/docs/tutorials/integrations/openai-edge-tts-integration.md @@ -138,7 +138,7 @@ Generates audio from the input text. Available parameters: - **speed** (number): Playback speed (0.25 to 4.0). Default is `1.0`. :::tip -You can browse available voices and listen to sample previews at [tts.travisvn.com](tts.travisvn.com) +You can browse available voices and listen to sample previews at [tts.travisvn.com](https://tts.travisvn.com) ::: Example request with `curl` and saving the output to an mp3 file: