From 5152061daa98cac966fd42b683370c6b41d5e579 Mon Sep 17 00:00:00 2001 From: 0anas01 Date: Sat, 1 Jun 2024 10:06:07 +0530 Subject: [PATCH] fix typo on 2.15/overview Signed-off-by: 0anas01 --- linkerd.io/content/2.15/overview/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linkerd.io/content/2.15/overview/_index.md b/linkerd.io/content/2.15/overview/_index.md index b8d3b6e243..75c4ae1f2a 100644 --- a/linkerd.io/content/2.15/overview/_index.md +++ b/linkerd.io/content/2.15/overview/_index.md @@ -45,10 +45,10 @@ latency. In order to be as small, lightweight, and safe as possible, Linkerd's micro-proxies are written in [Rust](https://www.rust-lang.org/) and specialized -for Linkerd. You can learn more about the these micro-proxies in our blog post, +for Linkerd. You can learn more about these micro-proxies in our blog post, [Under the hood of Linkerd's state-of-the-art Rust proxy, -Linkerd2-proxy](/2020/07/23/under-the-hood-of-linkerds-state-of-the-art-rust-proxy-linkerd2-proxy/), -(If you want to know why Linkerd doesn't use Envoy, you can learn why in our blog +Linkerd2-proxy](/2020/07/23/under-the-hood-of-linkerds-state-of-the-art-rust-proxy-linkerd2-proxy/). +(If you want to know why Linkerd doesn't use Envoy, you can read our blog post, [Why Linkerd doesn't use Envoy](/2020/12/03/why-linkerd-doesnt-use-envoy/).)