From ef2ca567d282f39052784fa2d4d4131d79e8441b Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Fri, 29 Aug 2025 16:38:40 -0400 Subject: [PATCH] update docs url --- resources/Makefile-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Makefile-common b/resources/Makefile-common index c3aeb84..bf92a72 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -1,7 +1,7 @@ MAKEFLAGS += --no-print-directory ANSIBLE_STDOUT_CALLBACK ?= null # null silences all ansible output. Override this with default, minimal, oneline, etc. when debugging. ANSIBLE_RUN := ANSIBLE_STDOUT_CALLBACK=$(ANSIBLE_STDOUT_CALLBACK) ansible-playbook $(EXTRA_PLAYBOOK_OPTS) -DOCS_URL := https://validatedpatterns.io/blog/2025-08-25-new-common-makefile-structure/ +DOCS_URL := https://validatedpatterns.io/blog/2025-08-29-new-common-makefile-structure/ .PHONY: help help: ## Print this help message