Skip to content

Commit eac5263

Browse files
authored
Meta: reference whatwg/meta resources
Helps with whatwg/meta#65.
1 parent d1eaae6 commit eac5263

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- ENCRYPTION_LABEL="f5b0eb183bc9"
66

77
script:
8-
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
8+
- make deploy
99

1010
branches:
1111
only:

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg
1616
### Pull requests
1717

1818
In short, change `fullscreen.bs` and submit your patch, with a
19-
[good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Consider
20-
reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are new here.
19+
[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider
20+
reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
2121

2222
Please add your name to the Acknowledgments section in your first pull request, even for trivial
2323
fixes. The names are sorted lexicographically.
@@ -32,7 +32,7 @@ If you want to do a complete "local deploy" including commit and/or branch snaps
3232
### Merge policy
3333

3434
If you can commit to this repository, see the
35-
[html repository's TEAM](https://github.com/whatwg/html/blob/master/TEAM.md) for guidelines.
35+
[maintainer guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
3636

3737
### Tests
3838

0 commit comments

Comments
 (0)