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:
Filipe Freire 2022-09-23 00:40:00 +01:00 committed by GitHub
parent 6ad14d4e66
commit d9e70955b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"