diff --git a/docs/development/container.md b/docs/development/container.md index 29d4a7a3..8df3e275 100644 --- a/docs/development/container.md +++ b/docs/development/container.md @@ -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 diff --git a/docs/development/makefile.md b/docs/development/makefile.md index a94535e4..be37851a 100644 --- a/docs/development/makefile.md +++ b/docs/development/makefile.md @@ -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.