From f23a797879cdbaab08344138642d7267831026b7 Mon Sep 17 00:00:00 2001 From: Jeronymous Date: Tue, 16 Apr 2024 13:01:13 +0200 Subject: [PATCH] fix broken links --- README.md | 3 ++- kaldi/README.md | 4 +--- whisper/README.md | 4 +--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 492dd8c..90c1e36 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ LinTO-STT can either be used as a standalone transcription service or deployed w The following families of STT models are currently supported (please refer to respective documentation for more details): * [Kaldi models](kaldi/README.md) * [Whisper models](whisper/README.md) -* [Test scripts](test/README.md) + +Some functional tests can be found in [the `test/` subfolder](test/README.md). LinTO-STT can either be used as a standalone transcription service or deployed within a micro-services infrastructure using a message broker connector. diff --git a/kaldi/README.md b/kaldi/README.md index e7c2036..ee5e222 100644 --- a/kaldi/README.md +++ b/kaldi/README.md @@ -129,7 +129,7 @@ Websocket server's mode deploy a streaming transcription service only. The SERVICE_MODE value in the .env should be set to ```websocket```. -Usage is the same as the [http streaming API](#/streaming) +Usage is the same as the [http streaming API](#streaming) ## Usages ### HTTP API @@ -207,8 +207,6 @@ On a successfull transcription the returned object is a json object structured a ## Tests -See [Test scripts](../test/README.md) for more details about testing. - ### Curl You can test you http API using curl: ```bash diff --git a/whisper/README.md b/whisper/README.md index 52d2122..b4f1e3b 100644 --- a/whisper/README.md +++ b/whisper/README.md @@ -262,7 +262,7 @@ Websocket server's mode deploy a streaming transcription service only. The SERVICE_MODE value in the .env should be set to ```websocket```. -Usage is the same as the [http streaming API](#/streaming). +Usage is the same as the [http streaming API](#streaming). ## Usages ### HTTP API @@ -345,8 +345,6 @@ On a successfull transcription the returned object is a json object structured a ## Tests -See [Test scripts](../test/README.md) for more details about testing. - ### Curl You can test your http API using curl: