From d6e4035f380e37b5e00bbef139daa50a4346fa0c Mon Sep 17 00:00:00 2001 From: Joichi Ito Date: Wed, 29 Jul 2026 06:01:02 +0600 Subject: [PATCH] docs: remove dead amplifier-app-learn entry from MODULES.md The michaeljabbour/amplifier-app-learn repository returns HTTP 404, making this entry stale. The entry was added in #279. Only the dead row is removed now; the 'Documentation & Learning' section is retained with amplifier-docs, which remains live and current. The original version of this PR (#309) removed the entire section, but since amplifier-docs was subsequently added to that same section, deleting the whole section is no longer appropriate. This narrowed version removes only the dead row. The repository can be restored if it becomes available again. Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index cf22dfcc..7236147e 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -48,7 +48,6 @@ These are the canonical documentation and learning sites for the Amplifier ecosy | Component | Description | Repository | |-----------|-------------|------------| -| **amplifier-app-learn** | Interactive learning curriculum for Amplifier — six narrative levels, hands-on approach guides, validated architecture diagrams, and a chat assistant with live DOT rendering. React 19 + Vite SPA. | [amplifier-app-learn](https://github.com/michaeljabbour/amplifier-app-learn) | | **amplifier-docs** | Documentation for the Amplifier project | [amplifier-docs](https://github.com/microsoft/amplifier-docs) | ---