Skip to content

Commit 04ba5cb

Browse files
maellejeroen
authored andcommitted
Rm shortlink (#33)
* Update check-files.R * Update README.md * Update spell-check.R
1 parent cae8512 commit 04ba5cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/check-files.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' supported.
99
#'
1010
#' For more information about the underlying spelling engine, see the
11-
#' [hunspell package](https://bit.ly/2EquLKy).
11+
#' [hunspell package](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).
1212
#'
1313
#' @rdname spell_check_files
1414
#' @family spelling

R/spell-check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#' `readme.md`) and package `vignettes` folder.
3232
#' @param use_wordlist ignore words in the package [WORDLIST][get_wordlist] file
3333
#' @param lang set `Language` field in `DESCRIPTION` e.g. `"en-US"` or `"en-GB"`.
34-
#' For supporting other languages, see the [hunspell vignette](https://bit.ly/2EquLKy).
34+
#' For supporting other languages, see the [hunspell vignette](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).
3535
spell_check_package <- function(pkg = ".", vignettes = TRUE, use_wordlist = TRUE){
3636
# Get package info
3737
pkg <- as_package(pkg)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spell_check_files('README.md', lang = 'en_US')
2828
```
2929

3030
For more information about the underlying spelling engine and how to add
31-
support for other languages, see the [hunspell package](https://bit.ly/2EquLKy).
31+
support for other languages, see the [hunspell package](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).
3232

3333
![screenshot](https://jeroen.github.io/images/rs-hunspell.png)
3434

0 commit comments

Comments
 (0)