Skip to content

Commit

Permalink
Fix broken link in README
Browse files Browse the repository at this point in the history
Link to Elixir docs for `Stream` is dead. Replaced with link to HexDocs (uses `main` directory for newest content).
  • Loading branch information
arcanemachine authored Dec 24, 2023
1 parent 7bcf54f commit 661addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Tesla.get(client, "/", opts: [adapter: [recv_timeout: 30_000]])

## Streaming

If adapter supports it, you can pass a [Stream](https://elixir-lang.org/docs/stable/elixir/Stream.html) as body, e.g.:
If adapter supports it, you can pass a [Stream](https://hexdocs.pm/elixir/main/Stream.html) as body, e.g.:

```elixir
defmodule ElasticSearch do
Expand Down

0 comments on commit 661addc

Please sign in to comment.