Skip to content

Commit b7f482d

Browse files
committed
1 parent 2983289 commit b7f482d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
22

33
index.html: index.bs
44
ifndef LOCAL_BIKESHED
5-
curl https://api.csswg.org/bikeshed/ -f -F file=@$< >$@;
5+
curl https://www.w3.org/publications/spec-generator/ -f -F type=bikeshed-spec -F file=@$< >$@;
66
else
77
bikeshed spec $<
88
endif

0 commit comments

Comments
 (0)