Skip to content

Commit

Permalink
explicit link target
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 29, 2024
1 parent e8a26b8 commit 32ef97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/static.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @param ... Arguments to be passed to \code{\link{server_config}()}.
#' @param handler A function that takes the HTTP request and returns a response.
#' @param ws_open A function to be called back when a WebSocket connection is
#' established (see \code{httpuv::\link{startServer}()}).
#' established (see \code{httpuv::\link[httpuv]{startServer}()}).
#' @export
#' @examplesIf interactive()
#' # always return "Success:" followed by the requested path
Expand Down
2 changes: 1 addition & 1 deletion man/create_server.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32ef97f

Please sign in to comment.