Skip to content

Commit 5ef86c8

Browse files
authored
fix: Added redirect for prompting guide in examples documentation (#3051)
Forgot to redirect prompting guide for docs. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added a missing docs redirect so /customize/examples/prompting-guide routes to /customize/agent/prompting-guide. This fixes the broken link in the Examples docs and prevents 404s. <!-- End of auto-generated description by cubic. -->
2 parents 2299fed + a6e9a43 commit 5ef86c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
{
111111
"source": "/customize/examples/vibetest-use",
112112
"destination": "/examples/apps/vibetest-use"
113+
},
114+
{
115+
"source": "/customize/examples/prompting-guide",
116+
"destination": "/customize/agent/prompting-guide"
113117
}
114118
],
115119
"navigation": {

0 commit comments

Comments
 (0)