Skip to content

Commit b92be8c

Browse files
committed
Updated anchors for \link{}
1 parent fa5ea7e commit b92be8c

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

R/html.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' support for longer pdf-based content.
1818
#'
1919
#' @param ... Other arguments to be passed to
20-
#' \code{\link{pdf_document}} or \code{\link{html_document}}
20+
#' \code{\link[rmarkdown]{pdf_document}} or \code{\link[rmarkdown]{html_document}}
2121
#'
2222
#' \strong{Note:} For \code{tintPdf} and \code{tintBook}, you can
2323
#' specify a custom \code{template} argument to replace the default.
@@ -32,9 +32,9 @@
3232
#' \url{https://tufte-latex.github.io/tufte-latex/} class.
3333
#' \code{tintBook} is a (still somewhat experimental) pdf book variant.
3434
#'
35-
#' @references See \url{http://rstudio.github.io/tufte} for the
35+
#' @references See \url{https://rstudio.github.io/tufte/} for the
3636
#' \pkg{tufte} package this was initially derived from. See
37-
#' \url{http://eddelbuettel.github.io/tint} for usage examples
37+
#' \url{https://eddelbuettel.github.io/tint/} for usage examples
3838
#' from this package.
3939
#' @seealso \link{Custom-templates}, \link{YAML-metadata}.
4040
tintHtml <- function(...) {

man/tintHtml.Rd

Lines changed: 25 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)