Files
cs249r_book/site/plans.qmd
Vijay Janapa Reddi 06adb82f64 feat(site): add /plans stub redirecting to /staffml/plans
Users typing the bare mlsysbook.ai/plans (or following stale references) get a 404 because the Study Plans page actually lives at /staffml/plans. Add a small Quarto stub that meta-refreshes to the canonical path. Navbar dropdown is unchanged.
2026-05-13 15:58:50 -04:00

13 lines
310 B
Plaintext

---
title: "Study Plans"
description: "Redirecting to the Study Plans hub."
page-layout: article
include-in-header:
- text: |
<meta http-equiv="refresh" content="0; url=/staffml/plans">
---
Redirecting to [Study Plans](/staffml/plans).
If you are not redirected automatically, follow the link above.