Skip to content

Commit 1335b52

Browse files
committed
Update URLs
1 parent 7d1fbcb commit 1335b52

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

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://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).
107+
httr2 wouldn't be possible without [curl](https://jeroen.r-universe.dev//curl/), [openssl](https://jeroen.r-universe.dev/openssl/), [jsonlite](https://jeroen.r-universe.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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![R-CMD-check](https://github.com/r-lib/httr2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/httr2/actions/workflows/R-CMD-check.yaml)
99
[![Codecov test
10-
coverage](https://codecov.io/gh/r-lib/httr2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/httr2?branch=main)
10+
coverage](https://codecov.io/gh/r-lib/httr2/graph/badge.svg)](https://app.codecov.io/gh/r-lib/httr2)
1111
<!-- badges: end -->
1212

1313
httr2 (pronounced “hitter2”) is a comprehensive HTTP client that
@@ -89,7 +89,7 @@ req |> req_dry_run()
8989
#> accept: */*
9090
#> accept-encoding: deflate, gzip
9191
#> host: r-project.org
92-
#> user-agent: httr2/1.2.1.9000 r-curl/7.0.0 libcurl/8.14.1
92+
#> user-agent: httr2/1.2.2.9000 r-curl/7.1.0 libcurl/8.14.1
9393
```
9494

9595
Use `req_perform()` to perform the request, retrieving a **response**:
@@ -101,7 +101,7 @@ resp
101101
#> GET https://www.r-project.org/
102102
#> Status: 200 OK
103103
#> Content-Type: text/html
104-
#> Body: In memory (6238 bytes)
104+
#> Body: In memory (6520 bytes)
105105
```
106106

107107
The `resp_` functions help you extract various useful components of the
@@ -151,9 +151,10 @@ resp |> resp_body_html()
151151

152152
## Acknowledgements
153153

154-
httr2 wouldn’t be possible without [curl](https://cran.dev/curl/),
155-
[openssl](https://cran.dev/openssl/),
156-
[jsonlite](https://cran.dev/jsonlite/), and
154+
httr2 wouldn’t be possible without
155+
[curl](https://jeroen.r-universe.dev//curl/),
156+
[openssl](https://jeroen.r-universe.dev/openssl/),
157+
[jsonlite](https://jeroen.r-universe.dev/jsonlite), and
157158
[jose](https://github.com/r-lib/jose/), which are all maintained by
158159
[Jeroen Ooms](https://github.com/jeroen). A big thanks also go to [Jenny
159160
Bryan](https://jennybryan.org) and [Craig

0 commit comments

Comments
 (0)