From 0d4097e9a3e87dd790c59230801356a0b8faf9da Mon Sep 17 00:00:00 2001 From: leonawicz Date: Wed, 11 Sep 2024 15:37:54 -0600 Subject: [PATCH] Fix URLs for win builder. --- DESCRIPTION | 3 +-- man/epubr.Rd | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f9ecf0a..b8dd8cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,8 +18,7 @@ Authors@R: person("Matthew", "Leonawicz", email = "rpkgs@pm.me", role = c("aut", License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: true -URL: https://docs.ropensci.org/epubr/ (website) - https://github.com/ropensci/epubr +URL: https://docs.ropensci.org/epubr/, https://github.com/ropensci/epubr BugReports: https://github.com/ropensci/epubr/issues Suggests: testthat, diff --git a/man/epubr.Rd b/man/epubr.Rd index fbc104f..51c7fdd 100644 --- a/man/epubr.Rd +++ b/man/epubr.Rd @@ -13,7 +13,8 @@ Provides functions supporting the reading and parsing of internal e-book content \seealso{ Useful links: \itemize{ - \item \url{https://docs.ropensci.org/epubr/ (website) https://github.com/ropensci/epubr} + \item \url{https://docs.ropensci.org/epubr/} + \item \url{https://github.com/ropensci/epubr} \item Report bugs at \url{https://github.com/ropensci/epubr/issues} }