fix: correct relative path to validation workflow in step-e-04-complete

The validationWorkflow reference uses ./steps-v/step-v-01-discovery.md
but steps-v/ is a sibling of steps-e/, not a child. Corrected to
../steps-v/step-v-01-discovery.md.

Fixes #1496
This commit is contained in:
Michael Pursifull 2026-01-31 15:27:32 -06:00
parent 542a7429ec
commit 69a1e23bfb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ description: 'Complete & Validate - Present options for next steps including ful
# File references (ONLY variables used in this step)
prdFile: '{prd_file_path}'
validationWorkflow: './steps-v/step-v-01-discovery.md'
validationWorkflow: '../steps-v/step-v-01-discovery.md'
---
# Step E-4: Complete & Validate