Skip to content

Commit ff246f0

Browse files
authored
Merge pull request #22 from johnnydotdev/patch-1
Fix stale reference in README.md, make quickstart clickable
2 parents 693df84 + 6d91b87 commit ff246f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,16 +365,16 @@ Context-Engineering/
365365

366366
## Quick Start
367367

368-
1. **Read `00_foundations/01_atoms_prompting.md`** (5 min)
368+
1. **Read [`00_foundations/01_atoms_prompting.md`](00_foundations/01_atoms_prompting.md)** (5 min)
369369
Understand why prompts alone often underperform
370370

371-
2. **Run `10_guides_zero_to_one/01_min_prompt.py (Jupyter Notebook style)`**
371+
2. **Run [`10_guides_zero_to_hero/01_min_prompt.py`](10_guides_zero_to_hero/01_min_prompt.py)** (Jupyter Notebook style)
372372
Experiment with a minimal working example
373373

374-
3. **Explore `20_templates/minimal_context.yaml`**
374+
3. **Explore [`20_templates/minimal_context.yaml`](20_templates/minimal_context.yaml)**
375375
Copy/paste a template into your own project
376376

377-
4. **Study `30_examples/00_toy_chatbot/`**
377+
4. **Study [`30_examples/00_toy_chatbot/`](30_examples/00_toy_chatbot/)**
378378
See a complete implementation with context management
379379

380380
## Learning Path

0 commit comments

Comments
 (0)