Skip to content

Commit cdfb812

Browse files
committed
Fix all internal links to use README.md instead of directory paths
- Fix complete agent links in INDEX.md and other files - Update all pattern directory links to point to README.md - Fix emoji configuration to use material.extensions instead of deprecated materialx - Resolves broken navigation links throughout documentation
1 parent cb945de commit cdfb812

15 files changed

Lines changed: 39 additions & 39 deletions

File tree

docs/learning-material/00-READ-ME-FIRST.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This is a **comprehensive learning resource** for building intelligent AI agents
1818
→ Open [`INDEX.md`](./INDEX.md)
1919

2020
### 🔴 Want Production Patterns?
21-
→ Open [`16-sandbox-escalation/`](./16-sandbox-escalation/)**NEW!**
21+
→ Open [`16-sandbox-escalation/`](./16-sandbox-escalation/README.md)**NEW!**
2222

2323
### 💻 Just Want Code?
24-
→ Open [`complete-agent-example/complete_agent.py`](./complete-agent-example/complete_agent.py)
24+
→ Open [`complete-agent-example/complete_agent.py`](./complete-agent-example/README.mdcomplete_agent.py)
2525

2626
---
2727

@@ -88,10 +88,10 @@ I've added **3 sophisticated patterns** extracted from Codex's production codeba
8888
| **Understand the structure** | [`START_HERE.md`](./START_HERE.md) |
8989
| **Navigate all content** | [`INDEX.md`](./INDEX.md) |
9090
| **Learn basic patterns** | [`CODEX_PATTERNS_SUMMARY.md`](./CODEX_PATTERNS_SUMMARY.md) |
91-
| **Learn ADVANCED patterns**| [`16-sandbox-escalation/`](./16-sandbox-escalation/) |
91+
| **Learn ADVANCED patterns**| [`16-sandbox-escalation/`](./16-sandbox-escalation/README.md) |
9292
| **Practice coding** | [`EXERCISES.md`](./EXERCISES.md) |
9393
| **See directory layout** | [`STRUCTURE.md`](./STRUCTURE.md) |
94-
| **Study complete agent** | [`complete-agent-example/`](./complete-agent-example/) |
94+
| **Study complete agent** | [`complete-agent-example/`](./complete-agent-example/README.md) |
9595

9696
---
9797

@@ -154,7 +154,7 @@ After completing these materials, you'll be able to:
154154
- 🟢 **New to agents?**[`START_HERE.md`](./START_HERE.md)
155155
- 🟡 **Some experience?**[`INDEX.md`](./INDEX.md)
156156
- 🔴 **Experienced?**[`CODEX_PATTERNS_SUMMARY.md`](./CODEX_PATTERNS_SUMMARY.md)
157-
- 🔥 **Want production patterns?**[`16-sandbox-escalation/`](./16-sandbox-escalation/)
157+
- 🔥 **Want production patterns?**[`16-sandbox-escalation/`](./16-sandbox-escalation/README.md)
158158

159159
### Step 2: Set Up (5 minutes)
160160
```bash
@@ -274,8 +274,8 @@ You'll know you've mastered the material when you can:
274274
1. 🟢 **Beginner**[`START_HERE.md`](./START_HERE.md)
275275
2. 🟡 **Intermediate**[`INDEX.md`](./INDEX.md)
276276
3. 🔴 **Advanced**[`CODEX_PATTERNS_SUMMARY.md`](./CODEX_PATTERNS_SUMMARY.md)
277-
4. 🔥 **Production**[`16-sandbox-escalation/README.md`](./16-sandbox-escalation/README.md)
278-
5. 💻 **Just code**[`complete-agent-example/complete_agent.py`](./complete-agent-example/complete_agent.py)
277+
4. 🔥 **Production**[`16-sandbox-escalation/README.md`](./16-sandbox-escalation/README.mdREADME.md)
278+
5. 💻 **Just code**[`complete-agent-example/complete_agent.py`](./complete-agent-example/README.mdcomplete_agent.py)
279279

280280
---
281281

docs/learning-material/01-prompt-chaining/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ See the example files:
149149

150150
---
151151

152-
**Next**: [Pattern 2: Routing →](../02-routing/)
152+
**Next**: [Pattern 2: Routing →](../02-routing/README.mdREADME.md)
153153

docs/learning-material/02-routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ See the example files:
148148

149149
---
150150

151-
**Next**: [Pattern 3: Parallelization →](../03-parallelization/)
151+
**Next**: [Pattern 3: Parallelization →](../03-parallelization/README.mdREADME.md)
152152

docs/learning-material/03-parallelization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ See the example files:
181181

182182
---
183183

184-
**Next**: [Pattern 8: Memory Management →](../08-memory-management/)
184+
**Next**: [Pattern 8: Memory Management →](../08-memory-management/README.mdREADME.md)
185185

docs/learning-material/05-tool-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,5 @@ See the example files:
224224

225225
---
226226

227-
**Next**: [Pattern 8: Memory Management →](../08-memory-management/)
227+
**Next**: [Pattern 8: Memory Management →](../08-memory-management/README.mdREADME.md)
228228

docs/learning-material/16-sandbox-escalation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ Key classes:
216216

217217
---
218218

219-
**Next**: [Pattern 17: Turn Diff Tracking →](../17-turn-diff-tracking/)
219+
**Next**: [Pattern 17: Turn Diff Tracking →](../17-turn-diff-tracking/README.mdREADME.md)

docs/learning-material/17-turn-diff-tracking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ Key methods:
229229

230230
---
231231

232-
**Next**: [Pattern 18: Rollout System →](../18-rollout-system/)
232+
**Next**: [Pattern 18: Rollout System →](../18-rollout-system/README.mdREADME.md)

docs/learning-material/18-rollout-system/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Key features:
198198

199199
---
200200

201-
**Next**: [Complete Agent Example →](../complete-agent-example/)
201+
**Next**: [Complete Agent Example →](../complete-agent-example/README.mdREADME.md)

docs/learning-material/CODEX_PATTERNS_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,5 +466,5 @@ Use Codex as a reference implementation when building your own agentic systems.
466466

467467
---
468468

469-
**Ready to build your own agent?** Start with the [Complete Agent Example](./complete-agent-example/) to see these patterns in action! 🚀
469+
**Ready to build your own agent?** Start with the [Complete Agent Example](./complete-agent-example/README.md) to see these patterns in action! 🚀
470470

docs/learning-material/FINAL_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ You now have:
314314
[CODEX_PATTERNS_SUMMARY.md](./CODEX_PATTERNS_SUMMARY.md)
315315

316316
### Just Code
317-
[complete-agent-example/complete_agent.py](./complete-agent-example/complete_agent.py)
317+
[complete-agent-example/complete_agent.py](./complete-agent-example/README.mdcomplete_agent.py)
318318

319319
---
320320

0 commit comments

Comments
 (0)