Skip to content

Commit 3135f44

Browse files
committed
fix some docs
1 parent e0e5ba9 commit 3135f44

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

man-roxygen/args.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
#' parameter is used. Default to \code{code.R}
1111
#' @param knit (logical) Knit code before posting as a gist? If the file
1212
#' has a \code{.Rmd} or \code{.Rnw} extension, we run the file with
13-
#' \code{link[knitr]{knit}}, and if it has a \code{.R} extension, then
13+
#' \code{\link[knitr]{knit}}, and if it has a \code{.R} extension, then
1414
#' we use \code{\link[rmarkdown]{render}}
1515
#' @param knitopts,renderopts (list) List of variables passed on to
16-
#' \code{link[knitr]{knit}}, or \code{\link[rmarkdown]{render}}
16+
#' \code{\link[knitr]{knit}}, or \code{\link[rmarkdown]{render}}
1717
#' @param include_source (logical) Only applies if \code{knit=TRUE}. Include
1818
#' source file in the gist in addition to the knitted output.
1919
#' @param imgur_inject (logical) Inject \code{\link[knitr]{imgur_upload}}
20-
#' into your \code{.Rmd} file to upload files to \url{http://imgur.com/}.
20+
#' into your \code{.Rmd} file to upload files to \url{https://imgur.com/}.
2121
#' This will be ignored if the file is a sweave/latex file because the
2222
#' rendered pdf can't be uploaded anyway. Default: FALSE
2323
#' @param ... Further args passed on to \code{\link[crul]{verb-POST}}

man/gist_create.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gist_create_git.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)