Files
cs249r_book/book/_redirects
Vijay Janapa Reddi 757494d5e0 fix: add missing PDF redirects to Netlify configurations
- Add /pdf redirect to book/netlify.toml pointing to /assets/Machine-Learning-Systems.pdf
- Add /pdf redirect to book/_redirects for consistency with root configuration
- Ensures all three key paths (/kits, /labs, /pdf) work correctly across all deployments
2025-07-30 02:28:49 -04:00

11 lines
530 B
Plaintext

# Redirects for mlsysbook.ai domain
# These work with Netlify, Vercel, and other hosting platforms
/kits /contents/labs/kits.html 301
/kits/ /contents/labs/kits.html 301
/labs /contents/labs/labs.html 301
/labs/ /contents/labs/labs.html 301
/pdf /assets/Machine-Learning-Systems.pdf 301
# GitHub Pages fallback: use HTML redirect pages
# See kits.html for client-side redirect implementation