From 29c9a6ae2540f496ef116daf24c7f98c6d6562f8 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 16 Jan 2025 13:32:56 -0800 Subject: [PATCH] Toolkit docs: fix 404 link to sttp websockets page --- _overviews/toolkit/http-client-what-else.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/toolkit/http-client-what-else.md b/_overviews/toolkit/http-client-what-else.md index 865a031557..c467c7687a 100644 --- a/_overviews/toolkit/http-client-what-else.md +++ b/_overviews/toolkit/http-client-what-else.md @@ -105,7 +105,7 @@ Await.result(response, Duration.Inf) {% endtab %} {% endtabs %} -Learn more about WebSockets in [sttp documentation](https://sttp.softwaremill.com/en/latest/websockets.html). +Learn more about WebSockets in [sttp documentation](https://sttp.softwaremill.com/en/latest/other/websockets.html). ## More features