Skip to content

Commit 3c5546e

Browse files
committed
[docs] Link to 0.8 release notes
Makes progress on #671, #1295
1 parent 0618752 commit 3c5546e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ style="color:red;">compile error</span>. Pick two.</span>***
2121
Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
2222
so you don't have to.
2323

24-
*Thanks for your interest in zerocopy's 0.8 alpha release! For an overview
25-
of what changes from 0.7, check out our [draft release
26-
notes][release-notes].*
24+
*Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25+
check out our [release notes][release-notes], which include a step-by-step
26+
guide for upgrading from 0.7.*
2727

2828
[customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
29-
[release-notes]: https://github.com/google/zerocopy/discussions/1288
29+
[release-notes]: https://github.com/google/zerocopy/discussions/1680
3030

3131
## Overview
3232

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
//! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
2222
//! so you don't have to.
2323
//!
24-
//! *Thanks for your interest in zerocopy's 0.8 alpha release! For an overview
25-
//! of what changes from 0.7, check out our [draft release
26-
//! notes][release-notes].*
24+
//! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
25+
//! check out our [release notes][release-notes], which include a step-by-step
26+
//! guide for upgrading from 0.7.*
2727
//!
2828
//! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
29-
//! [release-notes]: https://github.com/google/zerocopy/discussions/1288
29+
//! [release-notes]: https://github.com/google/zerocopy/discussions/1680
3030
//!
3131
//! # Overview
3232
//!

0 commit comments

Comments
 (0)