We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5727ef commit 8336d3aCopy full SHA for 8336d3a
vercel.json
@@ -196,15 +196,15 @@
196
},
197
{
198
"source": "/self-hosting/:path*",
199
- "destination": "https://developers.plane.so/self-hosting/overview"
+ "destination": "https://developers.plane.so/self-hosting/"
200
201
202
"source": "/api-reference/:path*",
203
- "destination": "https://developers.plane.so/api-reference/introduction"
+ "destination": "https://developers.plane.so/api-reference/"
204
205
206
"source": "/webhooks/:path*",
207
- "destination": "https://developers.plane.so/webhooks/intro-webhooks"
+ "destination": "https://developers.plane.so/webhooks/"
208
}
209
]
210
0 commit comments