Skip to content

Commit 0316746

Browse files
committed
rm shortlink
1 parent 368dbb7 commit 0316746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/spell-check.R

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

0 commit comments

Comments
 (0)