From ba3a117c71a6f8220ca965e2a998efe1fe89d75d Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Thu, 18 Aug 2016 22:10:06 +0000 Subject: [PATCH] Fix link quotes on AArch64's CompilerWriterInfo section. Reviewers: t.p.northover Subscribers: t.p.northover, aemerson, rengolin Differential Revision: https://reviews.llvm.org/D23697 llvm-svn: 279169 --- docs/CompilerWriterInfo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index da0bee4bfbb..82be874e1b3 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -18,9 +18,9 @@ AArch64 & ARM * `ARMv8-A Architecture Reference Manual `_ (authentication required, free sign-up). This document covers both AArch64 and ARM instructions -* `ARMv7-M Architecture Reference Manual` `_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers +* `ARMv7-M Architecture Reference Manual `_ (authentication required, free sign-up). This covers the Thumb2-only microcontrollers -* `ARMv6-M Architecture Reference Manual` _ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers +* `ARMv6-M Architecture Reference Manual `_ (authentication required, free sign-up). This covers the Thumb1-only microcontrollers * `ARM C Language Extensions `_