From d9e70955b60bbda996a6171a6893c8937bf0b1c0 Mon Sep 17 00:00:00 2001 From: Filipe Freire Date: Fri, 23 Sep 2022 00:40:00 +0100 Subject: [PATCH] Fix copy WS request pane Intro link (#5211) * Fix copy WS request pane Intro link * Update packages/insomnia/src/ui/components/websockets/websocket-response-pane.tsx Co-authored-by: James Gatz Co-authored-by: Jack Kavanagh Co-authored-by: James Gatz --- .../src/ui/components/websockets/websocket-response-pane.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/insomnia/src/ui/components/websockets/websocket-response-pane.tsx b/packages/insomnia/src/ui/components/websockets/websocket-response-pane.tsx index 06f9e6251..d659b12d3 100644 --- a/packages/insomnia/src/ui/components/websockets/websocket-response-pane.tsx +++ b/packages/insomnia/src/ui/components/websockets/websocket-response-pane.tsx @@ -61,8 +61,8 @@ export const WebSocketResponsePane: FC<{ requestId: string }> = icon={} documentationLinks={[ { - title: 'Introduction to Insomnia', - url: 'https://docs.insomnia.rest/insomnia/get-started', + title: 'Introduction to WebSockets in Insomnia', + url: 'https://docs.insomnia.rest/insomnia/requests', }, ]} title="Enter a URL and connect to a WebSocket server to start sending data"