Skip to content

Commit

Permalink
docs: update remaining '/action' reference
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Drees <[email protected]>
  • Loading branch information
MDr164 committed Jan 8, 2025
1 parent 4d4a2b8 commit a48e9b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/firmware-action/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ For more tails see [go-playground/validator](https://github.com/go-playground/va

### Specific / u-root
```go
{{#include ../../../action/recipes/uroot.go:URootOpts}}
{{#include ../../../action/recipes/uroot.go:URootSpecific}}
{{#include ../../../cmd/firmware-action/recipes/uroot.go:URootOpts}}
{{#include ../../../cmd/firmware-action/recipes/uroot.go:URootSpecific}}
```

### Specific / Universal module
```go
{{#include ../../../action/recipes/universal.go:UniversalOpts}}
{{#include ../../../action/recipes/universal.go:UniversalSpecific}}
{{#include ../../../cmd/firmware-action/recipes/universal.go:UniversalOpts}}
{{#include ../../../cmd/firmware-action/recipes/universal.go:UniversalSpecific}}
```

0 comments on commit a48e9b9

Please sign in to comment.