diff --git a/R/autolink.R b/R/autolink.R index f2dea99..c36139d 100644 --- a/R/autolink.R +++ b/R/autolink.R @@ -9,10 +9,6 @@ } } - # h <- fs::path_join(c(path, "docs/index.html")) - # if (fs::file_exists(h)) { - # downlit::downlit_html_path(h, h) - # } md_files <- c( tryCatch(fs::dir_ls(fs::path_join(c(path, "docs/vignettes")), regexp = "\\.md$"), error = function(e) NULL),