Skip to content

Commit

Permalink
Makefile: Fix location for the SECURITY.md file
Browse files Browse the repository at this point in the history
It was renamed from SECURITY.txt -> SECURITY.md

Closes: #175
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
  • Loading branch information
ac000 committed Oct 15, 2024
1 parent 807d49b commit 153a799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 153a799

Please sign in to comment.