From 038bfe8f71091b42eca5290a659fbe7f000cd514 Mon Sep 17 00:00:00 2001 From: 82marbag <69267416+82marbag@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:58:51 -0400 Subject: [PATCH] Update RFC links (#1574) * 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/design/src/rfcs/overview.md b/design/src/rfcs/overview.md index 346fbb33832..7d63bf17df1 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-0018: Event Streams Errors](./rfc0019_event_streams_errors.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)