Skip to content

Commit 4fc64bc

Browse files
authored
Merge pull request #179 from nginx/sec
Makefile: Fix location for the SECURITY.md file
2 parents 807d49b + 153a799 commit 4fc64bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SITEMAP ?= python3 sitemaps.py
55
URL ?= https://unit.nginx.org
66
GOOGLE ?= https://www.google.com/webmasters/tools/ping?sitemap=
77
BING ?= http://www.bing.com/ping?sitemap=
8-
UNIT_SECURITY ?= https://github.com/nginx/unit/raw/master/SECURITY.txt
8+
UNIT_SECURITY ?= https://github.com/nginx/unit/raw/master/SECURITY.md
99

1010
BUILDDIR ?= build
1111
DEPLOYDIR ?= deploy

0 commit comments

Comments
 (0)