Skip to content

Commit 0c1b59b

Browse files
author
Marvin Zhang
committed
fix(docs): correct tutorial URLs in examples and specifications
1 parent a004b93 commit 0c1b59b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/cli/src/utils/examples.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const EXAMPLES: Record<string, ExampleMetadata> = {
2121
description: 'Add dark theme support to a professional admin dashboard with charts',
2222
difficulty: 'beginner',
2323
tutorial: 'Your First Spec with AI',
24-
tutorialUrl: 'https://leanspec.dev/docs/tutorials/first-spec-with-ai',
24+
tutorialUrl: 'https://lean-spec.dev/docs/tutorials/first-spec-with-ai',
2525
tech: ['HTML', 'CSS', 'JavaScript', 'Chart.js', 'Express.js'],
2626
files: 6,
2727
lines: 420,
@@ -32,7 +32,7 @@ export const EXAMPLES: Record<string, ExampleMetadata> = {
3232
description: 'Add three new widgets to an analytics dashboard',
3333
difficulty: 'intermediate',
3434
tutorial: 'Managing Multiple Features',
35-
tutorialUrl: 'https://leanspec.dev/docs/tutorials/multiple-features',
35+
tutorialUrl: 'https://lean-spec.dev/docs/tutorials/multiple-features',
3636
tech: ['React', 'Vite'],
3737
files: 17,
3838
lines: 300,
@@ -43,7 +43,7 @@ export const EXAMPLES: Record<string, ExampleMetadata> = {
4343
description: 'Extract reusable API client from monolithic code',
4444
difficulty: 'intermediate',
4545
tutorial: 'Refactoring with Specs',
46-
tutorialUrl: 'https://leanspec.dev/docs/tutorials/refactoring-specs',
46+
tutorialUrl: 'https://lean-spec.dev/docs/tutorials/refactoring-specs',
4747
tech: ['Node.js'],
4848
files: 7,
4949
lines: 250,

packages/cli/templates/examples/api-refactor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Refactor Demo
22

3-
> **Tutorial**: [Refactoring with Specs](https://leanspec.dev/docs/tutorials/refactoring-specs)
3+
> **Tutorial**: [Refactoring with Specs](https://lean-spec.dev/docs/tutorials/refactoring-specs)
44
55
## Scenario
66

packages/cli/templates/examples/dark-theme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dark Theme Demo
22

3-
> **Tutorial**: [Adding Dark Theme Support](https://leanspec.dev/docs/tutorials/adding-dark-theme)
3+
> **Tutorial**: [Adding Dark Theme Support](https://lean-spec.dev/docs/tutorials/adding-dark-theme)
44
55
## Scenario
66

packages/cli/templates/examples/dashboard-widgets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dashboard Widgets Demo
22

3-
> **Tutorial**: [Managing Multiple Features](https://leanspec.dev/docs/tutorials/multiple-features)
3+
> **Tutorial**: [Managing Multiple Features](https://lean-spec.dev/docs/tutorials/multiple-features)
44
55
## Scenario
66

specs/110-project-aware-agents-generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Uses available LLM providers in priority order (with user permission):
196196
- Still functional, just less smart
197197

198198
**LeanSpec Models API**:
199-
- Endpoint: `https://api.leanspec.dev/v1/analyze-project`
199+
- Endpoint: `https://api.lean-spec.dev/v1/analyze-project`
200200
- Method: POST with README content + project files list
201201
- Response: Structured ProjectContext JSON
202202
- Free tier: 100 requests/day per IP

specs/114-example-projects-scaffold/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ lean-spec init --example dark-theme
103103
# Next steps:
104104
# 1. cd dark-theme
105105
# 2. Open this project in your editor
106-
# 3. Follow the tutorial: https://leanspec.dev/docs/tutorials/first-spec-with-ai
106+
# 3. Follow the tutorial: https://lean-spec.dev/docs/tutorials/first-spec-with-ai
107107
# 4. Ask your AI: "Help me add dark theme support to this app using LeanSpec"
108108
```
109109

0 commit comments

Comments
 (0)