Skip to content

Commit afbf897

Browse files
authored
Update README.md
1 parent 385740a commit afbf897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ write new ones.
4242

4343
* Response body streaming (by setting `into: fun | collectable`.)
4444

45-
* Follows redirects (via [`follow_redirects`] step.)
45+
* Follows redirects (via [`redirect`] step.)
4646

4747
* Retries on errors (via [`retry`] step.)
4848

@@ -239,7 +239,7 @@ limitations under the License.
239239
[`decode_body`]: https://hexdocs.pm/req/Req.Steps.html#decode_body/1
240240
[`decompress_body`]: https://hexdocs.pm/req/Req.Steps.html#decompress_body/1
241241
[`encode_body`]: https://hexdocs.pm/req/Req.Steps.html#encode_body/1
242-
[`follow_redirects`]: https://hexdocs.pm/req/Req.Steps.html#follow_redirects/1
242+
[`redirect`]: https://hexdocs.pm/req/Req.Steps.html#redirect/1
243243
[`handle_http_errors`]: https://hexdocs.pm/req/Req.Steps.html#handle_http_errors/1
244244
[`output`]: https://hexdocs.pm/req/Req.Steps.html#output/1
245245
[`put_base_url`]: https://hexdocs.pm/req/Req.Steps.html#put_base_url/1

0 commit comments

Comments
 (0)