Skip to content

Commit 32de2da

Browse files
committed
fix: url in blogpost
1 parent ea669a3 commit 32de2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/posts/gobake-go-build-orchestrator.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ graph TD
3535

3636
A `gobake` project centers around two files:
3737

38-
1. **`recipe.piml`**: A [PIML](https://fezcode.github.io/posts/piml) file for project metadata.
38+
1. **`recipe.piml`**: A [PIML](/projects/piml) file for project metadata.
3939
2. **`Recipe.go`**: A Go file where you define your tasks and logic.
4040

4141
### Type-Safe Tasks

0 commit comments

Comments
 (0)