From 5ab1dd2e518b854903814daa6afeff824f53eb9b Mon Sep 17 00:00:00 2001 From: Myfanwy Date: Tue, 13 Dec 2022 11:54:37 -0800 Subject: [PATCH] fix invalid URI --- R/gutenberg_download.R | 5 +---- man/gutenberg_get_mirror.Rd | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/R/gutenberg_download.R b/R/gutenberg_download.R index 5f2c807..f222378 100644 --- a/R/gutenberg_download.R +++ b/R/gutenberg_download.R @@ -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 diff --git a/man/gutenberg_get_mirror.Rd b/man/gutenberg_get_mirror.Rd index a29b421..bb9ca53 100644 --- a/man/gutenberg_get_mirror.Rd +++ b/man/gutenberg_get_mirror.Rd @@ -14,10 +14,7 @@ mirror that was chosen} A character vector of the url for mirror to be used } \description{ -Get the recommended mirror for Gutenberg files by accessing -the wget harvest path, which is -\url{http://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. } \examples{ gutenberg_get_mirror()