Skip to content

Commit b40eca3

Browse files
committed
Using https instead of http to access the postprocessor.
1 parent b86fcd1 commit b40eca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-layout/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
1717
@echo "Calling post-processor to generate $@..."
1818
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
1919
-F method=file -F date=$(cdate) -F status=$(status) -o $@ \
20-
http://cgi.w3.org/member-bin/process.cgi
20+
https://cgi.w3.org/member-bin/process.cgi
2121
%.err: %.src.html
2222
@echo "Calling post-processor to check $<..."
2323
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
2424
-F method=file -F date=$(cdate) -F status=$(status) -o $@ \
25-
http://cgi.w3.org/member-bin/process.cgi
25+
https://cgi.w3.org/member-bin/process.cgi
2626

2727
# For Dispositions of Comments in css3-background:
2828

0 commit comments

Comments
 (0)