From 439bb579e7b7024e22356c2d2d8b61540d31e7a9 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:57:37 -0500 Subject: [PATCH] fix usage link --- docs/development/container.md | 2 +- docs/development/makefile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/container.md b/docs/development/container.md index 29d4a7a..8df3e27 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 5738b3b..be37851 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](../wiki/usage#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.