-
Notifications
You must be signed in to change notification settings - Fork 15
/
redirects.json
34 lines (34 loc) · 1.46 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"from": "/postman-flows/getting-started/flows-overview/",
"to": "https://learning.postman.com/docs/postman-flows/flows-intro/flows-overview/"
},
{
"from": "/postman-api-client/graphql-client/graphql-client-overview/",
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/"
},
{
"from": "/postman-api-client/graphql-client/graphql-request-interface/",
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-interface/"
},
{
"from": "/postman-api-client/graphql-client/first-graphql-request/",
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-first-request/"
},
{
"from": "/postman-api-client/websocket-client/websocket-client-overview/",
"to": "https://learning.postman.com/docs/sending-requests/websocket/websocket/"
},
{
"from": "/postman-api-client/mqtt-client/mqtt-client-overview/",
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-client-overview/"
},
{
"from": "/postman-api-client/mqtt-client/mqtt-request-interface/",
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-request-interface/"
},
{
"from": "/postman-api-client/mqtt-client/first-mqtt-request/",
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/first-mqtt-request/"
}
]