Fix invalid link in the MLIR Standard Dialect www page (2nd attempt)
authorMehdi Amini <joker.eph@gmail.com>
Sat, 18 Jul 2020 22:21:29 +0000 (22:21 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 18 Jul 2020 22:22:11 +0000 (22:22 +0000)
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td

index cde3170..702b912 100644 (file)
@@ -1700,7 +1700,7 @@ def LoadOp : Std_Op<"load",
 
     In an `affine.if` or `affine.for` body, the indices of a load are restricted
     to SSA values bound to surrounding loop induction variables,
-    [symbols](AffineOps.md#dimensions-and-symbols), results of a
+    [symbols](Affine.md#dimensions-and-symbols), results of a
     [`constant` operation](#stdconstant-constantop), or the result of an
     `affine.apply` operation that can in turn take as arguments all of the
     aforementioned SSA values or the recursively result of such an