From 73ee45d13a633d33d59e86ea077187c28f7c3afa Mon Sep 17 00:00:00 2001 From: Supakorn Ieamgomol Date: Thu, 2 Oct 2025 23:56:02 +0700 Subject: [PATCH] Update license references to use markdown links --- src/tools/rust-analyzer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/README.md b/src/tools/rust-analyzer/README.md index cb3a41eec5a6..6d2a67328685 100644 --- a/src/tools/rust-analyzer/README.md +++ b/src/tools/rust-analyzer/README.md @@ -61,4 +61,4 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). -See LICENSE-APACHE and LICENSE-MIT for details. +See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.