[Mlir-commits] [mlir] 1f7827e - [MLIR][Docs] Fix link syntax in	Rationale.md
    J. Ryan Stinnett 
    llvmlistbot at llvm.org
       
    Wed Nov 17 15:39:24 PST 2021
    
    
  
Author: J. Ryan Stinnett
Date: 2021-11-17T23:38:19Z
New Revision: 1f7827e6aa15ff457089bca9351ed452b46474f8
URL: https://github.com/llvm/llvm-project/commit/1f7827e6aa15ff457089bca9351ed452b46474f8
DIFF: https://github.com/llvm/llvm-project/commit/1f7827e6aa15ff457089bca9351ed452b46474f8.diff
LOG: [MLIR][Docs] Fix link syntax in Rationale.md
Added: 
    
Modified: 
    mlir/docs/Rationale/Rationale.md
Removed: 
    
################################################################################
diff  --git a/mlir/docs/Rationale/Rationale.md b/mlir/docs/Rationale/Rationale.md
index 192ec7ef7e2e8..32f5ea3abfcfd 100644
--- a/mlir/docs/Rationale/Rationale.md
+++ b/mlir/docs/Rationale/Rationale.md
@@ -113,7 +113,7 @@ n-ranked tensor. This disallows the equivalent of pointer arithmetic or the
 ability to index into the same memref in other ways (something which C arrays
 allow for example). Furthermore, for the affine constructs, the compiler can
 follow use-def chains (e.g. through
-[affine.apply operations](../Dialects/Affine.md/#affineapply-affineapplyop)) or
+[affine.apply operations](../Dialects/Affine.md/#affineapply-affineapplyop) or
 through the map attributes of
 [affine operations](../Dialects/Affine.md/#operations)) to precisely analyze
 references at compile-time using polyhedral techniques. This is possible because
        
    
    
More information about the Mlir-commits
mailing list