Skip to content

Commit 88c3fe6

Browse files
committed
Fix a URL
1 parent 4f79eea commit 88c3fe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/stream.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' @export stream_in stream_out
5151
#' @rdname stream_in
5252
#' @references MongoDB export format: \url{https://docs.mongodb.com/manual/reference/program/mongoexport/}
53-
#' @references Documentation for the JSON Lines text file format: \url{http://jsonlines.org/}
53+
#' @references Documentation for the JSON Lines text file format: \url{https://jsonlines.org/}
5454
#' @seealso \code{\link{fromJSON}}, \code{\link{read_json}}
5555
#' @return The \code{stream_out} function always returns \code{NULL}.
5656
#' When no custom handler is specified, \code{stream_in} returns a data frame of all pages binded together.

man/stream_in.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)