[PATCH] D63211: [docs] Fix local docs build

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:29:50 PDT 2019


jhenderson created this revision.
jhenderson added a reviewer: rupprecht.
Herald added a reviewer: alexshap.
Herald added a project: LLVM.

I have no idea why the build bots are not failing for this but after rL363100 <https://reviews.llvm.org/rL363100> I get build failures when trying to build the docs with the warning (promoted to an error) of "None: any reference target not found" (there may have been more context, but I don't have that any more). This change, inspired by the working links in llvm-addr2line.md, fixes the issue.


Repository:
  rL LLVM

https://reviews.llvm.org/D63211

Files:
  docs/CommandGuide/llvm-objcopy.md
  docs/CommandGuide/llvm-ranlib.md
  docs/CommandGuide/llvm-readelf.md
  docs/CommandGuide/llvm-strip.md


Index: docs/CommandGuide/llvm-strip.md
===================================================================
--- docs/CommandGuide/llvm-strip.md
+++ docs/CommandGuide/llvm-strip.md
@@ -13,4 +13,4 @@
 
 ## SEE ALSO
 
-[llvm-objcopy](llvm-objcopy.html)
+[llvm-objcopy](llvm-objcopy)
Index: docs/CommandGuide/llvm-readelf.md
===================================================================
--- docs/CommandGuide/llvm-readelf.md
+++ docs/CommandGuide/llvm-readelf.md
@@ -6,7 +6,7 @@
 
 ## DESCRIPTION
 
-**llvm-readelf** is an alias for the [llvm-readobj](llvm-readobj.html) tool with
+**llvm-readelf** is an alias for the [llvm-readobj](llvm-readobj) tool with
 a command-line interface and output style more closely resembling GNU
 **readelf**.
 
@@ -25,4 +25,4 @@
 
 ## SEE ALSO
 
-Refer to [llvm-readobj](llvm-readobj.html) for additional information.
+Refer to [llvm-readobj](llvm-readobj) for additional information.
Index: docs/CommandGuide/llvm-ranlib.md
===================================================================
--- docs/CommandGuide/llvm-ranlib.md
+++ docs/CommandGuide/llvm-ranlib.md
@@ -6,7 +6,7 @@
 
 ## DESCRIPTION
 
-**llvm-ranlib** is an alias for the [llvm-ar](llvm-ar.html) tool that generates
+**llvm-ranlib** is an alias for the [llvm-ar](llvm-ar) tool that generates
 an index for an archive. It can be used as a replacement for GNU's **ranlib**
 tool.
 
@@ -14,4 +14,4 @@
 
 ## SEE ALSO
 
-Refer to [llvm-ar](llvm-ar.html) for additional information.
+Refer to [llvm-ar](llvm-ar) for additional information.
Index: docs/CommandGuide/llvm-objcopy.md
===================================================================
--- docs/CommandGuide/llvm-objcopy.md
+++ docs/CommandGuide/llvm-objcopy.md
@@ -13,4 +13,4 @@
 
 ## SEE ALSO
 
-[llvm-strip](llvm-strip.html)
+[llvm-strip](llvm-strip)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63211.204299.patch
Type: text/x-patch
Size: 1814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/f10614dc/attachment.bin>


More information about the llvm-commits mailing list