From 4239d4d1535537b84d5c0846654225adc9ca422a Mon Sep 17 00:00:00 2001 From: Erik <45879862+Erik-Sovereign@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:07:57 +0200 Subject: [PATCH] Fix internal rustls links in README.md to make it compatible with crates.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b8f012443b..94a7405654c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Rustls is used in production at many organizations and projects. We aim to maint reasonable API surface stability but the API may evolve as we make changes to accommodate new features or performance improvements. -We have a [roadmap](ROADMAP.md) for our future plans. We also have [benchmarks](BENCHMARKING.md) to +We have a [roadmap](https://github.com/rustls/rustls/blob/rel-0.23/ROADMAP.md) for our future plans. We also have [benchmarks](https://github.com/rustls/rustls/blob/rel-0.23/BENCHMARKING.md) to prevent performance regressions and to let you evaluate rustls on your target hardware. -If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). +If you'd like to help out, please see [CONTRIBUTING.md](https://github.com/rustls/rustls/blob/rel-0.23/CONTRIBUTING.md). [![Build Status](https://github.com/rustls/rustls/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/rustls/rustls/actions/workflows/build.yml?query=branch%3Amain) [![Coverage Status (codecov.io)](https://codecov.io/gh/rustls/rustls/branch/main/graph/badge.svg)](https://codecov.io/gh/rustls/rustls/)