There was an error while loading. Please reload this page.
2 parents 2983289 + b7f482d commit fa78aaaCopy full SHA for fa78aaa
1 file changed
Makefile
@@ -2,7 +2,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
2
3
index.html: index.bs
4
ifndef LOCAL_BIKESHED
5
- curl https://api.csswg.org/bikeshed/ -f -F file=@$< >$@;
+ curl https://www.w3.org/publications/spec-generator/ -f -F type=bikeshed-spec -F file=@$< >$@;
6
else
7
bikeshed spec $<
8
endif
0 commit comments