From 85ce2cf398d1ea7305d2dde9b6ea2912f57cf3ac Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:37:08 -0400 Subject: [PATCH] Update aws-lc-rs/src/lib.rs Co-authored-by: Sean McGrail <549813+skmcgrail@users.noreply.github.com> --- aws-lc-rs/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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