diff --git a/testing/web-platform/tests/conformance-checkers/Makefile b/testing/web-platform/tests/conformance-checkers/Makefile index 53e7d60cf9c39..eea5db44dcb32 100644 --- a/testing/web-platform/tests/conformance-checkers/Makefile +++ b/testing/web-platform/tests/conformance-checkers/Makefile @@ -29,7 +29,7 @@ README.md: index.html messages.json: .FORCE $(CURL) $(CURLFLAGS) -O -L \ - /~https://github.com/validator/validator/releases/download/jar/vnu.jar + /~https://github.com/validator/validator/releases/download/latest/vnu.jar $(JAVA) $(JAVAFLAGS) -cp vnu.jar nu.validator.client.TestRunner \ --ignore=html-its --write-messages $@ $(PYTHON) $(PYTHONFLAGS) -mjson.tool --sort-keys $@ > $@.tmp