Skip to content

Commit eab1d6e

Browse files
authored
readme, contributing: tweaks (#76)
* center bca project declaration * clarify this is for Rust * urls point to bytecodealliance, fix CONTRIBUTING link * contribution now assigns single license, not dual
1 parent 9b11392 commit eab1d6e

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ misleading, or incorrect.
2020
Before creating a nontrivial PR to wstd, we suggest you first [file an issue]
2121
to propose and discuss the change.
2222

23-
[file an issue]: https://github.com/yoshuawuyts/wstd/issues
23+
[file an issue]: https://github.com/bytecodealliance/wstd/issues
2424
[rust docs]: https://docs.rs/wstd/latest/wstd
25-
[examples]: https://github.com/yoshuawuyts/wstd/tree/main/examples
25+
[examples]: https://github.com/bytecodealliance/wstd/tree/main/examples
2626

2727
## Join Our Chat
2828

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<h1 align="center">wstd</h1>
22
<div align="center">
33
<strong>
4-
An async standard library for Wasm Components and WASI 0.2
4+
An async Rust standard library for Wasm Components and WASI 0.2
55
</strong>
66
</div>
77

8+
<div align="center">
89
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>
10+
</div>
911

1012
<br />
1113

@@ -33,19 +35,19 @@
3335
API Docs
3436
</a>
3537
<span> | </span>
36-
<a href="https://github.com/yoshuawuyts/wstd/releases">
38+
<a href="https://github.com/bytecodealliance/wstd/releases">
3739
Releases
3840
</a>
3941
<span> | </span>
40-
<a href="https://github.com/yoshuawuyts/wstd/blob/master.github/CONTRIBUTING.md">
42+
<a href="https://github.com/bytecodealliance/wstd/blob/main/CONTRIBUTING.md">
4143
Contributing
4244
</a>
4345
</h3>
4446
</div>
4547

4648

47-
This is a minimal async standard library written exclusively to support Wasm
48-
Components. It exists primarily to enable people to write async-based
49+
This is a minimal async Rust standard library written exclusively to support
50+
Wasm Components. It exists primarily to enable people to write async-based
4951
applications in Rust before async-std, smol, or tokio land support for Wasm
5052
Components and WASI 0.2. Once those runtimes land support, it is recommended
5153
users switch to use those instead.
@@ -93,9 +95,9 @@ look at some of these issues:
9395
- [Issues labeled "good first issue"][good-first-issue]
9496
- [Issues labeled "help wanted"][help-wanted]
9597

96-
[contributing]: https://github.com/yoshuawuyts/wstd/blob/master.github/CONTRIBUTING.md
97-
[good-first-issue]: https://github.com/yoshuawuyts/wstd/labels/good%20first%20issue
98-
[help-wanted]: https://github.com/yoshuawuyts/wstd/labels/help%20wanted
98+
[contributing]: https://github.com/bytecodealliance/wstd/blob/main/CONTRIBUTING.md
99+
[good-first-issue]: https://github.com/bytecodealliance/wstd/labels/good%20first%20issue
100+
[help-wanted]: https://github.com/bytecodealliance/wstd/labels/help%20wanted
99101

100102
## License
101103

@@ -108,6 +110,7 @@ License, Version 2.0 with LLVM Exception</a>.
108110

109111
<sub>
110112
Unless you explicitly state otherwise, any contribution intentionally submitted
111-
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
112-
be dual licensed as above, without any additional terms or conditions.
113+
for inclusion in this crate by you, as defined in the Apache-2.0 license with
114+
LLVM Exception, shall be licensed as above, without any additional terms or
115+
conditions.
113116
</sub>

0 commit comments

Comments
 (0)