Skip to content

Commit

Permalink
fix invalid URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Myfanwy committed Dec 13, 2022
1 parent 08937e1 commit 5ab1dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions R/gutenberg_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,7 @@ gutenberg_strip <- function(text) {

#' Get the recommended mirror for Gutenberg files
#'
#' Get the recommended mirror for Gutenberg files by accessing
#' the wget harvest path, which is
#' \url{https://www.gutenberg.org/robot/harvest?filetypes[]=txt}.
#' Also sets the global \code{gutenberg_mirror} options.
#' Get the recommended mirror for Gutenberg files and set the global \code{gutenberg_mirror} options.
#'
#' @param verbose Whether to show messages about the Project Gutenberg
#' mirror that was chosen
Expand Down
5 changes: 1 addition & 4 deletions man/gutenberg_get_mirror.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ab1dd2

Please sign in to comment.