Skip to content

Commit a7c5d3e

Browse files
authored
feat: redirect to GH for AI rules [sc-00]. (#1323)
1 parent e1ee0e5 commit a7c5d3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vercel.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,11 @@
138138
{ "source": "/learn/monitoring/synthetic-transaction-monitoring/(/)?", "destination": "/learn/monitoring/transaction-monitoring/", "permanent": true },
139139
{ "source": "/guides/monitoring-as-code/(/)?", "destination": "/learn/monitoring/monitoring-as-code/", "permanent": true }
140140

141-
]
141+
],
142+
"rewrites": [
143+
{
144+
"source": "/docs/ai/checkly.rules.md",
145+
"destination": "https://github.com/checkly/checkly-cli/releases/latest/download/checkly.rules.md"
146+
}
147+
]
142148
}

0 commit comments

Comments
 (0)