Skip to content

Commit 4487c82

Browse files
committed
Fix links to jsonlite and curl.
1 parent 8db7193 commit 4487c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ resp |> resp_body_html()
104104

105105
## Acknowledgements
106106

107-
httr2 wouldn't be possible without [curl](https://jeroen.cran.dev/curl/), [openssl](https://github.com/jeroen/openssl/), [jsonlite](https://jeroen.cran.dev/jsonlite/), and [jose](https://github.com/r-lib/jose/), which are all maintained by [Jeroen Ooms](https://github.com/jeroen).
107+
httr2 wouldn't be possible without [curl](https://cran.dev/curl/), [openssl](https://cran.dev/openssl/), [jsonlite](https://cran.dev/jsonlite/), and [jose](https://github.com/r-lib/jose/), which are all maintained by [Jeroen Ooms](https://github.com/jeroen).
108108
A big thanks also go to [Jenny Bryan](https://jennybryan.org) and [Craig Citro](https://www.craigcitro.org) who have given me much useful feedback on both the design of the internals and the user facing API.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ resp |> resp_body_html()
148148
## Acknowledgements
149149

150150
httr2 wouldn’t be possible without
151-
[curl](https://jeroen.cran.dev/curl/),
152-
[openssl](https://github.com/jeroen/openssl/),
153-
[jsonlite](https://jeroen.cran.dev/jsonlite/), and
151+
[curl](https://cran.dev/curl/),
152+
[openssl](https://cran.dev/openssl/),
153+
[jsonlite](https://cran.dev/jsonlite/), and
154154
[jose](https://github.com/r-lib/jose/), which are all maintained by
155155
[Jeroen Ooms](https://github.com/jeroen). A big thanks also go to [Jenny
156156
Bryan](https://jennybryan.org) and [Craig

0 commit comments

Comments
 (0)