chore: update audio docs link

This commit is contained in:
jialin
2024-12-04 17:01:43 +08:00
parent 241930cefe
commit b9e8dea5d9
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ const externalLinks = {
export default externalLinks;
export const externalRefer = {
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/#audio-speech-to-text`
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/audio/#provide-audio-file`
};