From fc901261ce23b76cc47cd8ac2fc05b59742ed5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kopci=C5=84ski?= Date: Thu, 6 Mar 2025 16:26:31 +0100 Subject: [PATCH] fixed docs link --- docs/docs/hookless-api/SpeechToTextModule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/hookless-api/SpeechToTextModule.md b/docs/docs/hookless-api/SpeechToTextModule.md index 2438c843..d7e2f3a3 100644 --- a/docs/docs/hookless-api/SpeechToTextModule.md +++ b/docs/docs/hookless-api/SpeechToTextModule.md @@ -3,14 +3,14 @@ title: SpeechToTextModule sidebar_position: 6 --- -Hookless implementation of the [useSpeechToText](../speech-to-text/) hook. +Hookless implementation of the [useSpeechToText](../speech-to-text/useSpeechToText.md) hook. ## Reference ```typescript import { SpeechToTextModule } from 'react-native-executorch'; -const audioUrl = 'https://www.your-url.com/cool-audio.mp3'; +const audioUrl = ...; // URL with audio to transcribe // Loading the model const onSequenceUpdate = (sequence) => {