diff --git a/README.md b/README.md index c29512b655..7264dc9fb2 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ style="color:red;">compile error. Pick two.*** Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don't have to. -*Thanks for your interest in zerocopy's 0.8 alpha release! For an overview -of what changes from 0.7, check out our [draft release -notes][release-notes].* +*Thanks for using zerocopy 0.8! For an overview of what changes from 0.7, +check out our [release notes][release-notes], which include a step-by-step +guide for upgrading from 0.7.* [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose -[release-notes]: https://github.com/google/zerocopy/discussions/1288 +[release-notes]: https://github.com/google/zerocopy/discussions/1680 ## Overview diff --git a/src/lib.rs b/src/lib.rs index 6a1eee8898..5ba7a1b2c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,12 +21,12 @@ //! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` //! so you don't have to. //! -//! *Thanks for your interest in zerocopy's 0.8 alpha release! For an overview -//! of what changes from 0.7, check out our [draft release -//! notes][release-notes].* +//! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7, +//! check out our [release notes][release-notes], which include a step-by-step +//! guide for upgrading from 0.7.* //! //! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose -//! [release-notes]: https://github.com/google/zerocopy/discussions/1288 +//! [release-notes]: https://github.com/google/zerocopy/discussions/1680 //! //! # Overview //!