From 153a799c3d302c42c2ed98e4eaa8f11b0f4a229e Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 15 Oct 2024 16:01:52 +0100 Subject: [PATCH] Makefile: Fix location for the SECURITY.md file It was renamed from SECURITY.txt -> SECURITY.md Closes: https://github.com/nginx/unit-docs/issues/175 Signed-off-by: Andrew Clayton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6daacf80..d60d688e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SITEMAP ?= python3 sitemaps.py URL ?= https://unit.nginx.org GOOGLE ?= https://www.google.com/webmasters/tools/ping?sitemap= BING ?= http://www.bing.com/ping?sitemap= -UNIT_SECURITY ?= https://github.com/nginx/unit/raw/master/SECURITY.txt +UNIT_SECURITY ?= https://github.com/nginx/unit/raw/master/SECURITY.md BUILDDIR ?= build DEPLOYDIR ?= deploy