Author: Jacques Pienaar
Date: 2020-03-22T12:56:57-07:00
New Revision: 7e3b0471715383330c0ea819041497de68051f2d

URL: 
https://github.com/llvm/llvm-project/commit/7e3b0471715383330c0ea819041497de68051f2d
DIFF: 
https://github.com/llvm/llvm-project/commit/7e3b0471715383330c0ea819041497de68051f2d.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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to