Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 6ba376e

Browse files
committed
fix urls
1 parent 4668b06 commit 6ba376e

File tree

11 files changed

+11
-26
lines changed

11 files changed

+11
-26
lines changed

R/docs_update.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
#' @param fields A comma-separated list of fields to return in the response
1414
#' @param parent ID of the parent document. Is is only used for routing and
1515
#' when for the upsert request
16-
#' @param refresh Refresh the index after performing the operation. See
17-
#' <https://bit.ly/2ezW9Zr> for details
16+
#' @param refresh Refresh the index after performing the operation.
1817
#' @param retry_on_conflict Specify how many times should the operation be
1918
#' retried when a conflict occurs (default: 0)
2019
#' @param routing (character) Specific routing value
@@ -29,16 +28,13 @@
2928
#' a number (in milliseconds) or any valid time value (e.g, 86400000, 1d).
3029
#' @param wait_for_active_shards The number of shard copies required to be
3130
#' active before proceeding with the update operation.
32-
#' See <https://bit.ly/2fbqkZ1> for details.
3331
#' @param source Allows to control if and how the updated source should be
3432
#' returned in the response. By default the updated source is not returned.
35-
#' See <https://bit.ly/2efmYiE> filtering for details
3633
#' @param detect_noop (logical) Specifying `TRUE` will cause Elasticsearch
3734
#' to check if there are changes and, if there aren't, turn the update request
3835
#' into a noop.
3936
#' @param callopts Curl options passed on to [crul::HttpClient]
4037
#' @param ... Further args to query DSL
41-
#' @references <https://bit.ly/2eVYqLz>
4238
#' @examples \dontrun{
4339
#' (x <- connect())
4440
#' if (!index_exists(x, 'plos')) {

R/elastic-package.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' - Shield - A paid product - so probably only applicable to enterprise users
5151
#' - DIY security - there are a variety of techniques for securing your
5252
#' Elasticsearch. I collected a number of resources in a blog post at
53-
#' <http://recology.info/2015/02/secure-elasticsearch/>
53+
#' <https://recology.info/2015/02/secure-elasticsearch/>
5454
#'
5555
#' @section Elasticsearch changes:
5656
#' As of Elasticsearch v2:

R/scroll.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#' @param ... Curl args passed on to [crul::verb-POST]
2424
#'
2525
#' @seealso [Search()]
26-
#' @references
27-
#' <https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html>
2826
#'
2927
#' @return `scroll()` returns a list, identical to what
3028
#' [Search()] returns. With attribute `scroll` that is the

R/termvectors.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#' @param ... Curl args passed on to [crul::verb-POST]
3434
#'
3535
#' @references
36-
#' <http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-termvectors.html>
36+
#' <https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-termvectors.html>
3737
#'
3838
#' @details Returns information and statistics on terms in the fields of a
3939
#' particular document. The document could be stored in the index or

man-roxygen/search_par.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#' @param search_type (character) The type of the search operation to perform.
5353
#' Can be \code{query_then_fetch} (default) or \code{dfs_query_then_fetch}.
5454
#' Types \code{scan} and \code{count} are deprecated.
55-
#' See \url{https://bsit.ly/19Am9xP} for more details on the different types of
55+
#' See Elasticsearch docs for more details on the different types of
5656
#' search that can be performed.
5757
#' @param lowercase_expanded_terms (logical) Should terms be automatically
5858
#' lowercased or not. Default: \code{TRUE}.

man/Search.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.

man/Search_uri.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.

man/docs_update.Rd

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

man/elastic.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.

man/scroll.Rd

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

0 commit comments

Comments
 (0)