Skip to content

Commit 96b5e9a

Browse files
Add redirects
1 parent 607f1c9 commit 96b5e9a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

redirects.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,33 @@
22
{
33
"from": "/postman-flows/getting-started/flows-overview/",
44
"to": "https://learning.postman.com/docs/postman-flows/flows-intro/flows-overview/"
5+
},
6+
{
7+
"from": "/postman-api-client/graphql-client/graphql-client-overview/",
8+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/"
9+
},
10+
{
11+
"from": "/postman-api-client/graphql-client/graphql-request-interface/",
12+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-interface/"
13+
},
14+
{
15+
"from": "/postman-api-client/graphql-client/first-graphql-request/",
16+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-first-request/"
17+
},
18+
{
19+
"from": "/postman-api-client/websocket-client/websocket-client-overview/",
20+
"to": "https://learning.postman.com/docs/sending-requests/websocket/websocket/"
21+
},
22+
{
23+
"from": "/postman-api-client/mqtt-client/mqtt-client-overview/",
24+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-client-overview/"
25+
},
26+
{
27+
"from": "/postman-api-client/mqtt-client/mqtt-request-interface/",
28+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-request-interface/"
29+
},
30+
{
31+
"from": "/postman-api-client/mqtt-client/first-mqtt-request/",
32+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/first-mqtt-request/"
533
}
634
]

0 commit comments

Comments
 (0)