mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
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.
13 lines
310 B
Plaintext
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.
|