Skip to content

Commit 425b865

Browse files
authored
Merge pull request #67 from postmanlabs/redirect-fix
[quick-fix] remove /labs/ prefix from redirect
2 parents a2dffba + 1ddd400 commit 425b865

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: redirects.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[
22
{
3-
"from": "/labs/postman-flows/getting-started/flows-overview/",
4-
"to": "https://learning.postman.com/docs/postman-flows/flows-intro/flows-overview/"
5-
},
6-
{
7-
"from": "/labs/postman-flows/getting-started/flows-overview/",
3+
"from": "/postman-flows/getting-started/flows-overview/",
84
"to": "/docs/postman-flows/flows-intro/flows-overview/"
95
}
106
]

0 commit comments

Comments
 (0)