fix: link examples to raw URLs for browser rendering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a0779f9a59
commit
a257f34c16
1 changed files with 2 additions and 2 deletions
|
|
@ -132,8 +132,8 @@ Read more: [Your First Hour with Claude Code](https://thedharmalab.com) (article
|
|||
|
||||
The `examples/` folder contains what Claude Code typically produces:
|
||||
|
||||
- [index.html](examples/index.html) - After prompt 01 (base todo app)
|
||||
- [index-v2.html](examples/index-v2.html) - After prompts 02 + 03 (categories + search)
|
||||
- [index.html](https://git.thedharmalab.com/ktg/claude-code-first-project/raw/branch/main/examples/index.html) - After prompt 01 (base todo app)
|
||||
- [index-v2.html](https://git.thedharmalab.com/ktg/claude-code-first-project/raw/branch/main/examples/index-v2.html) - After prompts 02 + 03 (categories + search)
|
||||
|
||||
Your results will look different. Claude Code generates fresh code each time. The functionality will be the same, but the exact styling and structure will vary.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue