Skip to content

Commit 6388e3c

Browse files
Fix broken link in README (#641)
Link to Elixir docs for `Stream` is dead. Replaced with link to HexDocs (uses `main` directory for newest content).
1 parent 7bcf54f commit 6388e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Tesla.get(client, "/", opts: [adapter: [recv_timeout: 30_000]])
243243

244244
## Streaming
245245

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

248248
```elixir
249249
defmodule ElasticSearch do

0 commit comments

Comments
 (0)