Skip to content

Commit f82ea4f

Browse files
committed
fix: update image sources in README.md to use absolute URLs and remove outdated sections
1 parent 8cc88fc commit f82ea4f

File tree

1 file changed

+5
-37
lines changed

1 file changed

+5
-37
lines changed

README.md

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727

2828
LeanSpec brings agile principles to technical specs—small, focused documents that evolve with your understanding. Concise enough (<2,000 tokens) for both humans and AI to process without context rot.
2929

30-
<p align="center">
31-
<a href="#quick-start"><strong>Get Started in 2 Minutes →</strong></a>
32-
</p>
33-
3430
---
3531

3632
## The Problem: Context Rot
@@ -143,7 +139,7 @@ Create comprehensive documentation:
143139
**Total size:** 1,847 tokens. Complete feature documentation with design and implementation plan.
144140
145141
<p align="center">
146-
<img src="docs-site/static/img/ui/ui-spec-detail.png" alt="Spec Detail View" width="800">
142+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/ui/ui-spec-detail.png" alt="Spec Detail View" width="800">
147143
<br>
148144
<em>Spec detail view showing structure, metadata, and content</em>
149145
</p>
@@ -251,7 +247,7 @@ $ lean-spec board
251247
```
252248

253249
<p align="center">
254-
<img src="docs-site/static/img/ui/ui-board-view.png" alt="Kanban Board View" width="800">
250+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/ui/ui-board-view.png" alt="Kanban Board View" width="800">
255251
<br>
256252
<em>Visual Kanban board showing project status at a glance</em>
257253
</p>
@@ -270,7 +266,7 @@ $ lean-spec stats
270266
```
271267

272268
<p align="center">
273-
<img src="docs-site/static/img/ui/ui-dashboard.png" alt="Project Dashboard" width="800">
269+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/ui/ui-dashboard.png" alt="Project Dashboard" width="800">
274270
<br>
275271
<em>Web UI dashboard with real-time project metrics and health indicators</em>
276272
</p>
@@ -304,7 +300,7 @@ custom_field: your-value
304300
**Lean principle**: Don't add structure "just in case." Add it when you feel the pain. Full custom field support adapts to your workflow.
305301
306302
<p align="center">
307-
<img src="docs-site/static/img/ui/ui-project-stats.png" alt="Project Health Metrics" width="800">
303+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/ui/ui-project-stats.png" alt="Project Health Metrics" width="800">
308304
<br>
309305
<em>Project health dashboard showing how metadata enables powerful insights</em>
310306
</p>
@@ -375,7 +371,7 @@ lean-spec ui # Opens http://localhost:3000
375371
```
376372

377373
<p align="center">
378-
<img src="docs-site/static/img/ui/ui-dependency-graph.png" alt="Dependency Graph Visualization" width="800">
374+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/ui/ui-dependency-graph.png" alt="Dependency Graph Visualization" width="800">
379375
<br>
380376
<em>Interactive dependency graph showing spec relationships</em>
381377
</p>
@@ -437,35 +433,7 @@ lean-spec ui # Opens http://localhost:3000
437433

438434
---
439435

440-
## License
441-
442-
MIT - See [LICENSE](LICENSE)
443-
444-
---
445-
446-
## What's New (v0.2.6)
447-
448-
**Example Projects** - Scaffold complete tutorial projects: `npx lean-spec init --example dark-theme`
449-
450-
**JSON Output** - All major commands support `--json` for automation and custom tooling
451-
452-
**MCP Package** - Standalone `@leanspec/mcp` package for simpler AI tool integration
453-
454-
**Template Simplification** - Direct markdown editing, no build step required
455-
456-
See [CHANGELOG.md](CHANGELOG.md) for full version history.
457-
458-
---
459-
460436
<p align="center">
461437
<strong>Lean Spec-Driven Development.</strong><br>
462438
Start simple. Iterate fast. Stay aligned.
463439
</p>
464-
465-
<p align="center">
466-
<a href="https://www.lean-spec.dev/docs/guide/getting-started">Get Started</a>
467-
468-
<a href="https://github.com/codervisor/lean-spec/tree/main/specs">Browse Examples</a>
469-
470-
<a href="https://github.com/codervisor/lean-spec/discussions">Join Community</a>
471-
</p>

0 commit comments

Comments
 (0)