From 3c714f033bd2b806f7fa0c71288776d91112780e Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Wed, 4 Sep 2024 10:01:28 +0100 Subject: [PATCH] Update site/Makefile --- site/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Makefile b/site/Makefile index 2d89f0670d..539a54728a 100644 --- a/site/Makefile +++ b/site/Makefile @@ -32,7 +32,7 @@ ifeq (, $(shell docker version 2> /dev/null)) $(error Docker and markdown-link-check are not installed. markdown-link-check or Docker are required to check links.) endif else - MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/docs --workdir /docs ${MARKDOWNLINKCHECK_IMG} + MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG} endif endif