Skip to content

Commit

Permalink
fix link to inputs (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Nagin <[email protected]>
  • Loading branch information
noelmiller and JasonN3 authored Dec 3, 2024
1 parent ec2a9f4 commit 312375b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To use the container file, run `podman run --privileged --volume .:/build-contai

This will create an ISO with the baked in defaults of the container image. The resulting file will be called `deploy.iso`

See [Inputs](../usage.md#inputs) for information about customizing the ISO that gets created. The variables can be defined as environment variables or command arguments. All variables should be specified in CAPITALIZED form.
See [Inputs](usage.md#inputs) for information about customizing the ISO that gets created. The variables can be defined as environment variables or command arguments. All variables should be specified in CAPITALIZED form.
Examples:

Building an ISO to install Fedora 39
Expand Down
2 changes: 1 addition & 1 deletion docs/development/makefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The Makefile contains all the commands that are run in the action. There are sep

`make install-deps` can be used to install the necessary packages.

See [Inputs](../usage.md#inputs) for information about the available parameters. All variables should be specified in CAPITALIZED form.
See [Inputs](usage#inputs) for information about the available parameters. All variables should be specified in CAPITALIZED form.

0 comments on commit 312375b

Please sign in to comment.