Summary of Changes
Files Modified
-
content/handbook/customer-success/governance-question-bank.md- Line 36: Updated the broken PDF link from
./assets/ai-governance-question-bank.pdf(wrong directory, wrong filename) to/pdfs/customer-success/industry-ai-governance-question-bank.pdf(correct absolute path matching the Hugo static asset serving convention)
- Line 36: Updated the broken PDF link from
Files Moved
-
content/handbook/customer-success/assets/industry-ai-governance-question-bank.pdf→static/pdfs/customer-success/industry-ai-governance-question-bank.pdf- The PDF was in the wrong directory (
content/handbook/customer-success/assets/) which violated the handbook lint policy requiring all PDFs to reside understatic/pdfs/ - Moved to
static/pdfs/customer-success/so it is served correctly by Hugo and passes thehandbooklintcheck
- The PDF was in the wrong directory (
These two changes fix both failing jobs:
handbooklint: PDF is now instatic/pdfs/✅ hugolint: The markdown link now correctly points to/pdfs/customer-success/industry-ai-governance-question-bank.pdfwhich resolves to the actual file atstatic/pdfs/customer-success/industry-ai-governance-question-bank.pdf✅
Edited by Duo Fix CI/CD Pipeline