mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
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 <jamesgatzos@gmail.com> Co-authored-by: Jack Kavanagh <jackkav@gmail.com> Co-authored-by: James Gatz <jamesgatzos@gmail.com>
This commit is contained in:
parent
6ad14d4e66
commit
d9e70955b6
@ -61,8 +61,8 @@ export const WebSocketResponsePane: FC<{ requestId: string }> =
|
||||
icon={<i className="fa fa-paper-plane" />}
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user