diff --git a/Makefile b/Makefile index c8ee8db46e..75c21f2684 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ ALOGLIA_CONFIG=$(shell cat docsearch.dev.config.json | jq -r tostring) # Remove all /deprecated paths because we don't want to maintain their links VERIFY_URL_PATHS=$(shell find ./docs -name "*.md" | cut -c 3- | \ sed '/security-bulletins/d' | \ - sed '/cve-reports/d' | \ sed '/oss-licenses/d' | \ sed '/deprecated/d' )