Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit eca45ca

Browse files
committed
fix urls
1 parent 2c424c9 commit eca45ca

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

R/identifiers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#' @param ... Ignored.
1717
#' @return (character) vector of identifiers, or NULL if none found
1818
#' @references list of identifiers
19-
#' <https://pub.qa.orcid.org/v2.0/identifiers?locale=en>
19+
#' https://pub.qa.orcid.org/v2.0/identifiers?locale=en
2020
#' @examples \dontrun{
2121
#' # Result of call to works()
2222
#' x <- works(orcid_id("0000-0001-8607-8025"))

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ knitr::opts_chunk$set(
2020

2121
Orcid API docs:
2222

23-
* Public API docs: <http://members.orcid.org/api>
24-
* Swagger docs: <https://pub.orcid.org/v2.1/#/Public_API_v2.1>
23+
* Public API docs: http://members.orcid.org/api
24+
* Swagger docs: https://pub.orcid.org/v2.1/#/Public_API_v2.1
2525

2626
The package now works with the `v2.1` ORCID API now. It's too complicated to allow users to work with different versions of the API, so it's hard-coded to `v2.1`.
2727

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rorcid
1313

1414
Orcid API docs:
1515

16-
* Public API docs: <http://members.orcid.org/api>
17-
* Swagger docs: <https://pub.orcid.org/v2.1/#/Public_API_v2.1>
16+
* Public API docs: http://members.orcid.org/api
17+
* Swagger docs: https://pub.orcid.org/v2.1/#/Public_API_v2.1
1818

1919
The package now works with the `v2.1` ORCID API now. It's too complicated to allow users to work with different versions of the API, so it's hard-coded to `v2.1`.
2020

inst/vign/rorcid_vignette.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ knitr::opts_chunk$set(
1717

1818
Orcid API docs:
1919

20-
* Public API docs: <http://members.orcid.org/api>
21-
* Swagger docs: <https://api.orcid.org/v2.1/>
20+
* Public API docs: http://members.orcid.org/api
21+
* Swagger docs: https://api.orcid.org/v2.1/
2222

2323
The package now works with the `v2.1` ORCID API now. It's too complicated to allow users to work with different versions of the API, so it's hard-coded to `v2.1`.
2424

inst/vign/rorcid_vignette.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
Orcid API docs:
1212

13-
* Public API docs: <http://members.orcid.org/api>
14-
* Swagger docs: <https://api.orcid.org/v2.1/>
13+
* Public API docs: http://members.orcid.org/api
14+
* Swagger docs: https://api.orcid.org/v2.1/
1515

1616
The package now works with the `v2.1` ORCID API now. It's too complicated to allow users to work with different versions of the API, so it's hard-coded to `v2.1`.
1717

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

vignettes/rorcid_vignette.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
Orcid API docs:
1212

13-
* Public API docs: <http://members.orcid.org/api>
14-
* Swagger docs: <https://api.orcid.org/v2.1/>
13+
* Public API docs: http://members.orcid.org/api
14+
* Swagger docs: https://api.orcid.org/v2.1/
1515

1616
The package now works with the `v2.1` ORCID API now. It's too complicated to allow users to work with different versions of the API, so it's hard-coded to `v2.1`.
1717

0 commit comments

Comments
 (0)