Skip to content

Commit 90efa3e

Browse files
Copilotjsundai
andauthored
fix: add /tutorials redirect to learn.temporal.io to fix 404s from search results (#4323)
Agent-Logs-Url: https://github.com/temporalio/documentation/sessions/e5ea5c4a-63a1-4be7-9b1a-a4bdc447459c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jsundai <36107423+jsundai@users.noreply.github.com> Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
1 parent 59e1e10 commit 90efa3e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,16 @@
209209
"destination": "https://learn.temporal.io/getting_started/php/hello_world_in_php/",
210210
"permanent": true
211211
},
212+
{
213+
"source": "/tutorials",
214+
"destination": "https://learn.temporal.io/tutorials/",
215+
"permanent": true
216+
},
217+
{
218+
"source": "/tutorials/:path*",
219+
"destination": "https://learn.temporal.io/tutorials/:path*",
220+
"permanent": true
221+
},
212222
{
213223
"source": "/php/booking-saga-tutorial",
214224
"destination": "https://learn.temporal.io/tutorials/php/booking_saga/",

0 commit comments

Comments
 (0)