From be9443f3c8136dbbaa66cba79a6d41cab1f2a670 Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 2 Sep 2020 09:23:47 +0200 Subject: [PATCH] Rdoc --- R/ZenodoManager.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/ZenodoManager.R b/R/ZenodoManager.R index 9e7d2c3..5da619b 100644 --- a/R/ZenodoManager.R +++ b/R/ZenodoManager.R @@ -58,7 +58,7 @@ #' to get all versions of records as part of the depositions list. The argument \code{exact} #' specifies that an exact matching is wished, in which case paginated search will be #' disabled (only the first search page will be returned). -#' Examples of ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}. +#' Examples of ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}. #' } #' \item{\code{getDepositionByConceptDOI(conceptdoi)}}{ #' Get a Zenodo deposition record by concept DOI (generic DOI common to all deposition record versions) @@ -94,7 +94,7 @@ #' Deletes all Zenodo deposited (unpublished) records. The parameter \code{q} allows #' to specify an ElasticSearch-compliant query to filter depositions (default query #' is empty to retrieve all records). Examples of ElasticSearch queries for Zenodo -#' can be found at \href{http://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}. +#' can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}. #' } #' \item{\code{createEmptyRecord()}}{ #' Creates an empty record in the Zenodo deposit. Returns the record @@ -129,7 +129,7 @@ #' The argument \code{exact} specifies that an exact matching is wished, in which case #' paginated search will be disabled (only the first search page will be returned). #' Examples of -#' ElasticSearch queries for Zenodo can be found at \href{http://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}. +#' ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}. #' } #' \item{\code{getRecordByConceptDOI(conceptdoi)}}{ #' Get a Zenodo published record by concept DOI (generic DOI common to all record versions)