Skip to content

Commit 9bc4134

Browse files
pepicrftclaude
andcommitted
fix(docs): Fix 12 dead links in documentation
Update broken internal links: - /cache/recipes/remote/* -> /cache/recipes/portable/* - /cache/recipes/local/* -> /cache/recipes/standard/* - /cache/scripts/* -> /cache/recipes/standard/* 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7afe57d commit 9bc4134

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/cache/recipes/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,6 @@ console.log(`Bundle hash: ${bundleHash.slice(0, 8)}`);
642642

643643
## See Also
644644

645-
- [Remote Recipes](/cache/recipes/remote/) - Execute recipes from Git repositories
646-
- [Local Recipes](/cache/recipes/local/) - Script recipes with KDL annotations
645+
- [Portable Recipes](/cache/recipes/portable/) - Execute recipes from Git repositories
646+
- [Standard Recipes](/cache/recipes/standard/) - Script recipes with FABRIK annotations
647647
- [Configuration Reference](/reference/config-file) - Fabrik configuration options

docs/cache/recipes/portable/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,4 @@ fabrik run @myorg/my-recipes/build.js@v1.0.0
582582

583583
- [JavaScript API Reference](/cache/recipes/api-reference) - Complete API documentation for portable recipe development
584584
- [Syntax Reference](/cache/recipes/portable/syntax) - Learn the full `@` prefix syntax for fetching portable recipes
585-
- [Standard Recipes](/cache/recipes/) - Learn about standard script recipes (bash, node, python) with caching annotations
585+
- [Standard Recipes](/cache/recipes/standard/) - Learn about standard script recipes (bash, node, python) with caching annotations

docs/cache/recipes/portable/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ fabrik run --verbose @tuist/recipes/build.js
9595
## Next Steps
9696

9797
- [JavaScript API Reference](/cache/recipes/api-reference) - Complete API documentation for recipe development
98-
- [Syntax Reference](/cache/recipes/remote/syntax) - Learn the full `@` prefix syntax
99-
- [Examples](/cache/recipes/remote/examples) - See real-world remote recipe examples
98+
- [Syntax Reference](/cache/recipes/portable/syntax) - Learn the full `@` prefix syntax
99+
- [Examples](/cache/recipes/portable/examples) - See real-world portable recipe examples

docs/cache/recipes/standard/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,5 @@ npm run stats > build-stats.json
429429

430430
## See Also
431431

432-
- [Introduction](/cache/scripts/) - Overview and quick start
433-
- [Examples](/cache/scripts/examples) - Real-world examples
432+
- [Introduction](/cache/recipes/standard/) - Overview and quick start
433+
- [Examples](/cache/recipes/standard/examples) - Real-world examples

docs/cache/recipes/standard/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,5 @@ fabrik run --clean build.sh
417417
418418
## See Also
419419
420-
- [Introduction](/cache/scripts/) - Overview and quick start
421-
- [Configuration Reference](/cache/scripts/reference) - Complete directive reference
420+
- [Introduction](/cache/recipes/standard/) - Overview and quick start
421+
- [Annotations Reference](/cache/recipes/standard/annotations) - Complete directive reference

docs/cache/recipes/standard/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ Use `--verbose` for detailed output including input/output tracking.
167167

168168
## Next Steps
169169

170-
- [Configuration Reference](/cache/scripts/reference) - Complete list of all directives
171-
- [Examples](/cache/scripts/examples) - Real-world examples and recipes
170+
- [Annotations Reference](/cache/recipes/standard/annotations) - Complete list of all directives
171+
- [Examples](/cache/recipes/standard/examples) - Real-world examples and recipes

docs/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ fabrik run --no-cache build.sh
433433
fabrik run --clean build.sh
434434
```
435435

436-
See [Script Cache Documentation](/cache/scripts/) for details on KDL annotations and script caching.
436+
See [Standard Recipes Documentation](/cache/recipes/standard/) for details on FABRIK annotations and script caching.
437437

438438
## `fabrik cas`
439439

0 commit comments

Comments
 (0)