Skip to content

Commit 286bd33

Browse files
tidoustchrisn
authored andcommitted
Replace api.csswg.org with spec generator
The former Bikeshed service got deprcecated in favor of Spec generator. This adjusts the README and Makefile accordingly.
1 parent dd37d72 commit 286bd33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
33
index.html: index.bs
44
./format.py $<
55
ifndef LOCAL_BIKESHED
6-
curl https://api.csswg.org/bikeshed/ -F file=@$< > $@
6+
curl https://www.w3.org/publications/spec-generator/ -F type=bikeshed-spec -F file=@$< > $@
77
else
88
bikeshed spec
99
endif

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Access to media keys and lock screen UI will only be granted when audio playback
2222

2323
This spec is built using [Bikeshed](https://github.com/tabatkins/bikeshed).
2424

25-
Update `index.bs` and send a Pull Request with your changes. When your Pull Request will be merged, a new `index.html` will be generated. If you want to test locally, you can run `make` to generate `index.html` using [Bikeshed's web interface](https://api.csswg.org/bikeshed/). However, you should not send the `index.html` file in your Pull Request.
25+
Update `index.bs` and send a Pull Request with your changes. When your Pull Request will be merged, a new `index.html` will be generated. If you want to test locally, you can run `make` to generate `index.html` using [Spec generator](https://www.w3.org/publications/spec-generator/). However, you should not send the `index.html` file in your Pull Request.
2626

2727
To run Bikeshed locally, [install Bikeshed](https://github.com/tabatkins/bikeshed/blob/prespec/docs/install.md) and then run `bikeshed spec` in the working directory.
2828

0 commit comments

Comments
 (0)