diff --git a/aws-lc-rs/src/lib.rs b/aws-lc-rs/src/lib.rs index d0f8970189f..5e95065a0ad 100644 --- a/aws-lc-rs/src/lib.rs +++ b/aws-lc-rs/src/lib.rs @@ -99,12 +99,12 @@ //! //! ## About prebuilt NASM objects //! -//! Our prebuilt NASM objects are generated using the same automation that produces our pregenerated bindings. See our -//! [GitHub workflow configuration](https://github.com/aws/aws-lc-rs/blob/main/.github/workflows/sys-bindings-generator.yml). -//! The prebuilt NASM objects are checked into our repository +//! Prebuilt NASM objects are generated using automation similar to the crate provided pregenerated bindings. See the repositories +//! [GitHub workflow configuration](https://github.com/aws/aws-lc-rs/blob/main/.github/workflows/sys-bindings-generator.yml) for more information. +//! The prebuilt NASM objects are checked into the repository //! and are [available for inspection](https://github.com/aws/aws-lc-rs/tree/main/aws-lc-sys/builder/prebuilt-nasm). //! For each PR submitted, -//! [our CI verifies](https://github.com/aws/aws-lc-rs/blob/8fb6869fc7bde92529a5cca40cf79513820984f7/.github/workflows/tests.yml#L209-L241) +//! [CI verifies](https://github.com/aws/aws-lc-rs/blob/8fb6869fc7bde92529a5cca40cf79513820984f7/.github/workflows/tests.yml#L209-L241) //! that the NASM objects newly built from source match the NASM objects currently in the repository. //! //! # *ring*-compatibility