Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jun 21, 2018
1 parent 5ac6383 commit 35289d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ A test audio file is installed with the package which reads:

> "To administer medicine to animals is frequently a very difficult matter, and yet sometimes it's necessary to do so"
The file is sourced from the [University of Southampton's speech detection](http://www-mobile.ecs.soton.ac.uk/newcomms/) group and is fairly difficult for computers to parse, as we see below:
The file is sourced from the [University of Southampton's speech detection](http://www-mobile.ecs.soton.ac.uk) group and is fairly difficult for computers to parse, as we see below:

``` r
## get the sample source file
Expand All @@ -183,7 +183,7 @@ A test audio file is installed with the package which reads:

> "To administer medicine to animals is frequently a very difficult matter, and yet sometimes it's necessary to do so"
The file is sourced from the [University of Southampton's speech detection](http://www-mobile.ecs.soton.ac.uk/newcomms/) group and is fairly difficult for computers to parse, as we see below:
The file is sourced from the [University of Southampton's speech detection](http://www-mobile.ecs.soton.ac.uk) group and is fairly difficult for computers to parse, as we see below:

``` r
## get the sample source file
Expand Down Expand Up @@ -211,6 +211,6 @@ To use, supply your text to the function:
gl_talk("This is a talking computer. Hello Dave.")
```

See more examples and details [on the website]((http://code.markedmondson.me/googleLanguageR/articles/text-to-speech.html)) or via `vignette("text-to-speech", package = "googleLanguageR")`
See more examples and details [on the website](http://code.markedmondson.me/googleLanguageR/articles/text-to-speech.html) or via `vignette("text-to-speech", package = "googleLanguageR")`

[![ropensci\_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org)

0 comments on commit 35289d1

Please sign in to comment.