Skip to content

Commit

Permalink
Fix a few links (mdn#17435)
Browse files Browse the repository at this point in the history
* Update index.md

* Update index.md

* Update index.md

* Update index.md
  • Loading branch information
MrBrain295 committed Jun 19, 2022
1 parent e864e28 commit 87c61ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A number between 0 and 1.
## Examples

This code is excerpted from our
[Speech color changer](https://github.com/mdn/web-speech-api/blob/master/speech-color-changer/script.js) example.
[Speech color changer](https://github.com/mdn/dom-examples/blob/master/web-speech-api/speech-color-changer/script.js) example.

```js
recognition.onresult = function(event) {
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/speechrecognitionevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _`SpeechRecognitionEvent` also inherits properties from its parent interface, {{

## Examples

This code is excerpted from our [Speech color changer](https://github.com/mdn/web-speech-api/blob/master/speech-color-changer/script.js) example.
This code is excerpted from our [Speech color changer](https://github.com/mdn/dom-examples/blob/master/web-speech-api/speech-color-changer/script.js) example.

```js
recognition.onresult = function(event) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A number.

## Examples

This code is excerpted from our [Speech color changer](https://github.com/mdn/web-speech-api/blob/master/speech-color-changer/script.js) example.
This code is excerpted from our [Speech color changer](https://github.com/mdn/dom-examples/blob/master/web-speech-api/speech-color-changer/script.js) example.

```js
recognition.onresult = function(event) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A {{domxref("SpeechRecognitionResult")}} object.
## Examples

This code is excerpted from our
[Speech color changer](https://github.com/mdn/web-speech-api/blob/master/speech-color-changer/script.js) example.
[Speech color changer](https://github.com/mdn/dom-examples/blob/master/web-speech-api/speech-color-changer/script.js) example.

```js
recognition.onresult = function(event) {
Expand Down

0 comments on commit 87c61ff

Please sign in to comment.