diff --git a/responses/response-stream.md b/responses/response-stream.md index fea8f85..3bff6dd 100644 --- a/responses/response-stream.md +++ b/responses/response-stream.md @@ -117,6 +117,6 @@ func handler(ctx iris.Context) { **Result** -![](https://raw.githubusercontent.com/wiki/kataras/iris/iris-stream-writer.gif) +![](https://raw.githubusercontent.com/wiki/kataras/iris/_assets/iris-stream-writer.gif) That's all. As you've noticed, the client receives messages while loading. Check the next chapter (Server-Sent Events) to see an alternative way of sending messages to the client with connection-alive and loaded page.