From 7a7be2e4551c1e9b94881e4cd220b7a588590bef Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:20:38 -0600 Subject: [PATCH] fix: link to inputs Currently goes to a dead link, fixed by adding /wiki and removing .md --- docs/development/makefile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/makefile.md b/docs/development/makefile.md index a94535e..5738b3b 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](../wiki/usage#inputs) for information about the available parameters. All variables should be specified in CAPITALIZED form.