Skip to content

Commit 1d42265

Browse files
committed
Add redirects for broken urls.
1 parent 0f0bcfd commit 1d42265

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mint.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,15 @@
9393
},
9494
"feedback": {
9595
"thumbsRating": true
96-
}
96+
},
97+
"redirects": [
98+
{
99+
"source": "/tutorials/building-a-client",
100+
"destination": "/quickstart/client"
101+
},
102+
{
103+
"source": "/quickstart",
104+
"destination": "/quickstart/server"
105+
}
106+
]
97107
}

0 commit comments

Comments
 (0)