Skip to content

Commit 5eab7c1

Browse files
mkopcinsMateusz Kopciński
and
Mateusz Kopciński
authored
fix: edit docs link (#117)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. --> Co-authored-by: Mateusz Kopciński <[email protected]>
1 parent 00c3c35 commit 5eab7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/hookless-api/SpeechToTextModule.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: SpeechToTextModule
33
sidebar_position: 6
44
---
55

6-
Hookless implementation of the [useSpeechToText](../speech-to-text/) hook.
6+
Hookless implementation of the [useSpeechToText](../speech-to-text/useSpeechToText.md) hook.
77

88
## Reference
99

1010
```typescript
1111
import { SpeechToTextModule } from 'react-native-executorch';
1212

13-
const audioUrl = 'https://www.your-url.com/cool-audio.mp3';
13+
const audioUrl = ...; // URL with audio to transcribe
1414

1515
// Loading the model
1616
const onSequenceUpdate = (sequence) => {

0 commit comments

Comments
 (0)