From 0efe010a600177bc46d444efabec33c01db72ffe Mon Sep 17 00:00:00 2001 From: Collin Styles Date: Sat, 17 Aug 2024 09:21:28 -0700 Subject: [PATCH 1/3] Fix link to Rust style guide --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 9dd21082353..c6c7503b9f5 100644 --- a/STYLE.md +++ b/STYLE.md @@ -1,3 +1,3 @@ # Style Guide for *aws-lc-rs* -This project follows the standard Rust Style Guidelines [documented here](https://github.com/rust-lang/fmt-rfcs/blob/master/guide/guide.md). +This project follows the standard Rust Style Guidelines [documented here](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src). From 1d2c7b8ef5379f9a822a6bc0a7e7fd95823ff116 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:23:26 -0400 Subject: [PATCH 2/3] Link to SUMMARY.md --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index c6c7503b9f5..78a4355d1ac 100644 --- a/STYLE.md +++ b/STYLE.md @@ -1,3 +1,3 @@ # Style Guide for *aws-lc-rs* -This project follows the standard Rust Style Guidelines [documented here](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src). +This project follows the standard Rust Style Guidelines [documented here](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src/SUMMARY.md). From 1717f6ba9047d74b2e710e1f7b24fabca111e657 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:29:54 -0400 Subject: [PATCH 3/3] Update STYLE.md The style guide appears to be "officially" published here: https://doc.rust-lang.org/style-guide/index.html --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 78a4355d1ac..1fb84fab2f5 100644 --- a/STYLE.md +++ b/STYLE.md @@ -1,3 +1,3 @@ # Style Guide for *aws-lc-rs* -This project follows the standard Rust Style Guidelines [documented here](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src/SUMMARY.md). +This project follows the standard Rust Style Guidelines [documented here](https://doc.rust-lang.org/style-guide/index.html).