@@ -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 ,
0 commit comments