Skip to content

Commit 4bdcd48

Browse files
committed
fix: patch up getting-started link and agents context
1 parent 8357448 commit 4bdcd48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/themes/blade/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</div>
111111

112112
<div class="actions">
113-
<a class="btn btn-primary" href="https://leafphp.dev/docs/intro/first-app" target="_blank" rel="noreferrer">
113+
<a class="btn btn-primary" href="https://leafphp.dev/learn/mvc" target="_blank" rel="noreferrer">
114114
Quick Start
115115
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14m0 0-6-6m6 6-6 6"/></svg>
116116
</a>

src/themes/leaf3/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Before performing any task:
88
- https://leafphp.dev/ai/SKILL.md
99
- https://leafphp.dev/llms.txt
1010

11-
3. Inspect the codebase and use `leaf context` when you need a concise map of the application's structure.
11+
3. Inspect the codebase and use `leaf context` when you need a concise map of the application's structure. `context` lives in the global `leaf` CLI (no `php` prefix) — `php leaf context` will fail.
1212

1313
4. When your work is complete, update `.leaf/CONTEXT.md`.

0 commit comments

Comments
 (0)