Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make substantive contributions, you must join the CG.

Contributions to the source code repository are subject to the terms of the
[3-Clause BSD License](./LICENSE.txt).
**Contributions will also be exported to
**Contributions may also be exported to
[web-platform-tests](https://github.com/web-platform-tests/wpt)
under the same license, and under the terms of its
[CONTRIBUTING.md](https://github.com/web-platform-tests/wpt/blob/master/CONTRIBUTING.md).**
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ This test suite can be embedded inside [WPT](https://github.com/web-platform-tes

## Contributing

Please read the [introductory guidelines](docs/intro/README.md) before contributing.
Other documentation may be found in [`docs/`](docs/) and in the [helper index](https://gpuweb.github.io/cts/docs/tsdoc/) ([source](docs/helper_index.txt)).
Please read the [introductory guidelines](https://github.com/gpuweb/cts/blob/main/docs/intro/README.md) before contributing.
Other documentation may be found in [`docs/`](https://github.com/gpuweb/cts/tree/main/docs) and in
the [helper index](https://gpuweb.github.io/cts/docs/tsdoc/)
([source](https://github.com/gpuweb/cts/blob/main/docs/helper_index.txt)).

Read [CONTRIBUTING.md](CONTRIBUTING.md) on licensing.
Read [CONTRIBUTING.md](https://github.com/gpuweb/cts/blob/main/CONTRIBUTING.md) on licensing.

For realtime communication about WebGPU spec and test, join the
[#WebGPU:matrix.org room](https://app.element.io/#/room/#WebGPU:matrix.org)
Expand Down
Loading