From 3f2d36d5326b2e433409fdadeb068ad138bfe604 Mon Sep 17 00:00:00 2001 From: LYK Date: Sat, 20 Mar 2021 03:41:03 +0900 Subject: [PATCH] Fix an incorrect link. --- cranelift/docs/compare-llvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/docs/compare-llvm.md b/cranelift/docs/compare-llvm.md index 22df7ed641..8c928b4c53 100644 --- a/cranelift/docs/compare-llvm.md +++ b/cranelift/docs/compare-llvm.md @@ -6,7 +6,7 @@ compilers like [Clang](https://clang.llvm.org), and it is deservedly very popular. [Chris Lattner's chapter about LLVM](https://www.aosabook.org/en/llvm.html) in the -[Architecture of Open Source Applications](https://aosabook.org/en/index.html>) +[Architecture of Open Source Applications](https://aosabook.org/en/index.html) book gives an excellent overview of the architecture and design of LLVM. Cranelift and LLVM are superficially similar projects, so it is worth