From e30f63d0b712ecca44fa152a8a87fd8adfe5e917 Mon Sep 17 00:00:00 2001 From: 82marbag <69267416+82marbag@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:15:12 +0200 Subject: [PATCH 1/2] Update RFC 19 in overview Signed-off-by: Daniele Ahmed --- design/src/rfcs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/src/rfcs/overview.md b/design/src/rfcs/overview.md index 346fbb3383..aafe1a1abc 100644 --- a/design/src/rfcs/overview.md +++ b/design/src/rfcs/overview.md @@ -28,4 +28,4 @@ - [RFC-0016: Supporting Flexible Checksums](./rfcs/rfc0016_flexible_checksum_support.md) - [RFC-0017: Customizable Client Operations](./rfcs/rfc0017_customizable_client_operations.md) - [RFC-0018: Logging in the Presence of Sensitive Data](./rfcs/rfc0018_logging_sensitive.md) -- [RFC-0018: Event Streams Errors](./rfc0019_event_streams_errors.md) +- [RFC-0019: Event Streams Errors](./rfc0019_event_streams_errors.md) From 39d670139460a2bef0a2c7077c7b8c85e00b6064 Mon Sep 17 00:00:00 2001 From: 82marbag <69267416+82marbag@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:21:56 +0200 Subject: [PATCH 2/2] Update RFC links Some links in https://awslabs.github.io/smithy-rs/design/rfcs/overview.html are broken. Signed-off-by: Daniele Ahmed --- design/src/rfcs/overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/design/src/rfcs/overview.md b/design/src/rfcs/overview.md index aafe1a1abc..7d63bf17df 100644 --- a/design/src/rfcs/overview.md +++ b/design/src/rfcs/overview.md @@ -23,9 +23,9 @@ - [RFC-0011: Publishing Alpha to Crates.io](./rfc0011_crates_io_alpha_publishing.md) - [RFC-0012: Independent Crate Versioning](./rfc0012_independent_crate_versioning.md) - [RFC-0013: Body Callback APIs](./rfc0013_body_callback_apis.md) -- [RFC-0014: Fine-grained timeout configuration](./rfcs/rfc0014_timeout_config.md) -- [RFC-0015: How Cargo "features" should be used in the SDK and runtime crates](./rfcs/rfc0015_using_features_responsibly.md) -- [RFC-0016: Supporting Flexible Checksums](./rfcs/rfc0016_flexible_checksum_support.md) -- [RFC-0017: Customizable Client Operations](./rfcs/rfc0017_customizable_client_operations.md) -- [RFC-0018: Logging in the Presence of Sensitive Data](./rfcs/rfc0018_logging_sensitive.md) +- [RFC-0014: Fine-grained timeout configuration](./rfc0014_timeout_config.md) +- [RFC-0015: How Cargo "features" should be used in the SDK and runtime crates](./rfc0015_using_features_responsibly.md) +- [RFC-0016: Supporting Flexible Checksums](./rfc0016_flexible_checksum_support.md) +- [RFC-0017: Customizable Client Operations](./rfc0017_customizable_client_operations.md) +- [RFC-0018: Logging in the Presence of Sensitive Data](./rfc0018_logging_sensitive.md) - [RFC-0019: Event Streams Errors](./rfc0019_event_streams_errors.md)