We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40eca3 commit ff10b89Copy full SHA for ff10b89
1 file changed
css3-background/Makefile
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
17
@echo "Calling post-processor to generate $@..."
18
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
19
-F method=file -F date=$(cdate) -F status=$(status) -o $@ \
20
- http://cgi.w3.org/member-bin/process.cgi
+ https://cgi.w3.org/member-bin/process.cgi
21
%.err: %.src.html
22
@echo "Calling post-processor to check $<..."
23
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
24
25
26
27
# For Dispositions of Comments in css3-background:
28
0 commit comments