diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ac3cda5..d1d27fa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,9 +20,9 @@ misleading, or incorrect.
Before creating a nontrivial PR to wstd, we suggest you first [file an issue]
to propose and discuss the change.
-[file an issue]: https://github.com/yoshuawuyts/wstd/issues
+[file an issue]: https://github.com/bytecodealliance/wstd/issues
[rust docs]: https://docs.rs/wstd/latest/wstd
-[examples]: https://github.com/yoshuawuyts/wstd/tree/main/examples
+[examples]: https://github.com/bytecodealliance/wstd/tree/main/examples
## Join Our Chat
diff --git a/README.md b/README.md
index e090eef..b196626 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
wstd
- An async standard library for Wasm Components and WASI 0.2
+ An async Rust standard library for Wasm Components and WASI 0.2
+
@@ -33,19 +35,19 @@
API Docs
|
-
+
Releases
|
-
+
Contributing
-This is a minimal async standard library written exclusively to support Wasm
-Components. It exists primarily to enable people to write async-based
+This is a minimal async Rust standard library written exclusively to support
+Wasm Components. It exists primarily to enable people to write async-based
applications in Rust before async-std, smol, or tokio land support for Wasm
Components and WASI 0.2. Once those runtimes land support, it is recommended
users switch to use those instead.
@@ -93,9 +95,9 @@ look at some of these issues:
- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]
-[contributing]: https://github.com/yoshuawuyts/wstd/blob/master.github/CONTRIBUTING.md
-[good-first-issue]: https://github.com/yoshuawuyts/wstd/labels/good%20first%20issue
-[help-wanted]: https://github.com/yoshuawuyts/wstd/labels/help%20wanted
+[contributing]: https://github.com/bytecodealliance/wstd/blob/main/CONTRIBUTING.md
+[good-first-issue]: https://github.com/bytecodealliance/wstd/labels/good%20first%20issue
+[help-wanted]: https://github.com/bytecodealliance/wstd/labels/help%20wanted
## License
@@ -108,6 +110,7 @@ License, Version 2.0 with LLVM Exception.
Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
-be dual licensed as above, without any additional terms or conditions.
+for inclusion in this crate by you, as defined in the Apache-2.0 license with
+LLVM Exception, shall be licensed as above, without any additional terms or
+conditions.