Skip to content

Commit 68d6c42

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/codecov-3.6.5
2 parents 2df5eb6 + 07f1161 commit 68d6c42

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can view a [demo][demo_url] of this app.
1717
## Prerequisites
1818

1919
1. Sign up for an [IBM Cloud account](https://cloud.ibm.com/registration/).
20-
1. Download the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview).
20+
1. Download the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started#overview).
2121
1. Create an instance of the Speech to Text service and get your credentials:
2222
- Go to the [Speech to Text](https://cloud.ibm.com/catalog/services/speech-to-text) page in the IBM Cloud Catalog.
2323
- Log in to your IBM Cloud account.
@@ -61,7 +61,7 @@ You can view a [demo][demo_url] of this app.
6161
6262
## Deploying to IBM Cloud as a Cloud Foundry Application
6363
64-
1. Login to IBM Cloud with the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview)
64+
1. Login to IBM Cloud with the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started#overview)
6565
6666
```
6767
ibmcloud login

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/samples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
},
482482
{
483483
"filename": "it-IT_BroadbandModel_sample2.wav",
484-
"keywords": "fatura, bolette, pagamento",
484+
"keywords": "fattura, bollette, pagamento",
485485
"speaker_labels": false
486486
}
487487
],
@@ -493,7 +493,7 @@
493493
},
494494
{
495495
"filename": "it-IT_NarrowbandModel_sample2.wav",
496-
"keywords": "fatura, bolette, pagamento",
496+
"keywords": "fattura, bollette, pagamento",
497497
"speaker_labels": false
498498
}
499499
]

views/demo.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ export class Demo extends Component {
479479
}}
480480
>
481481
The returned result includes the recognized text, {' '}
482-
<a className="base--a" href="https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-output#word_alternatives">word alternatives</a>, {' '}
483-
and <a className="base--a" href="https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-output#keyword_spotting">spotted keywords</a>. {' '}
484-
Some models can <a className="base--a" href="https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-output#speaker_labels">detect multiple speakers</a>; this may slow down performance.
482+
<a className="base--a" href="https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-output#word_alternatives">word alternatives</a>, {' '}
483+
and <a className="base--a" href="https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-output#keyword_spotting">spotted keywords</a>. {' '}
484+
Some models can <a className="base--a" href="https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-output#speaker_labels">detect multiple speakers</a>; this may slow down performance.
485485
</div>
486486
<div className="flex setup">
487487
<div className="column">

views/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Layout({ children }) {
3131
<Jumbotron
3232
serviceName="Speech to Text"
3333
repository="https://github.com/watson-developer-cloud/speech-to-text-nodejs"
34-
documentation="https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-gettingStarted#gettingStarted"
34+
documentation="https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-gettingStarted#gettingStarted"
3535
apiReference="https://cloud.ibm.com/apidocs/speech-to-text"
3636
version="GA"
3737
serviceIcon="/images/stt.svg"

0 commit comments

Comments
 (0)