From e80a97fbb08318a708bc8a3b2515f4a7aa912c0c Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:02:35 -0500 Subject: [PATCH] fix link path --- docs/development/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/container.md b/docs/development/container.md index 8df3e27..0e0a0ef 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#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