[Mlir-commits] [mlir] bb621ca - [mlir] Change include image to be toplevel

Jacques Pienaar llvmlistbot at llvm.org
Sun Mar 22 13:13:43 PDT 2020


Author: Jacques Pienaar
Date: 2020-03-22T13:13:17-07:00
New Revision: bb621cac3d46f35269f4b91b2e97a3f7585aaef7

URL: https://github.com/llvm/llvm-project/commit/bb621cac3d46f35269f4b91b2e97a3f7585aaef7
DIFF: https://github.com/llvm/llvm-project/commit/bb621cac3d46f35269f4b91b2e97a3f7585aaef7.diff

LOG: [mlir] Change include image to be toplevel

This will match the changes mlir.llvm.org side.

Added: 
    

Modified: 
    mlir/docs/LangRef.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index a3e5738b49b5..f180075c0d73 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -944,7 +944,7 @@ multidimensional index from one index space to another. For example, the
 following figure shows an index map which maps a 2-dimensional index from a 2x2
 index space to a 3x3 index space, using symbols `S0` and `S1` as offsets.
 
-![Index Map Example](includes/img/index-map.svg)
+![Index Map Example](/includes/img/index-map.svg)
 
 The number of domain dimensions and range dimensions of an index map can be
 
diff erent, but must match the number of dimensions of the input and output index


        


More information about the Mlir-commits mailing list