[MLIR][Docs] Fix link syntax in Rationale.md
authorJ. Ryan Stinnett <jryans@gmail.com>
Wed, 17 Nov 2021 23:37:29 +0000 (23:37 +0000)
committerJ. Ryan Stinnett <jryans@gmail.com>
Wed, 17 Nov 2021 23:38:19 +0000 (23:38 +0000)
mlir/docs/Rationale/Rationale.md

index 192ec7e..32f5ea3 100644 (file)
@@ -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