[PATCH] D117105: [BOLT] Fix relative links in bolt/README.md

Jack Grigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 05:29:15 PST 2022


str4d created this revision.
str4d added a reviewer: maksfb.
str4d requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

These were invalidated when `README.md` was moved from the parent directory into `bolt/` during the merge.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117105

Files:
  bolt/README.md


Index: bolt/README.md
===================================================================
--- bolt/README.md
+++ bolt/README.md
@@ -37,7 +37,7 @@
 
 ### Docker Image
 
-You can build and use the docker image containing BOLT using our [docker file](./bolt/utils/docker/Dockerfile).
+You can build and use the docker image containing BOLT using our [docker file](./utils/docker/Dockerfile).
 Alternatively, you can build BOLT manually using the steps below.
 
 ### Manual Build
@@ -77,7 +77,7 @@
 
 ## Usage
 
-For a complete practical guide of using BOLT see [Optimizing Clang with BOLT](./bolt/docs/OptimizingClang.md).
+For a complete practical guide of using BOLT see [Optimizing Clang with BOLT](./docs/OptimizingClang.md).
 
 ### Step 0
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117105.399294.patch
Type: text/x-patch
Size: 743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/c991a06c/attachment.bin>


More information about the llvm-commits mailing list