[Mlir-commits] [mlir] 73c33fc - Fix one more link for a Rationale doc moved under Rationale/

Mehdi Amini llvmlistbot at llvm.org
Sun Apr 19 10:03:48 PDT 2020


Author: Mehdi Amini
Date: 2020-04-19T17:03:35Z
New Revision: 73c33fcf5638e60bbb7562ca07eb37cc831b251a

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

LOG: Fix one more link for a Rationale doc moved under Rationale/

Added: 
    

Modified: 
    mlir/docs/Dialects/Linalg.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Linalg.md b/mlir/docs/Dialects/Linalg.md
index 24b082fcb957..7fda49817741 100644
--- a/mlir/docs/Dialects/Linalg.md
+++ b/mlir/docs/Dialects/Linalg.md
@@ -49,7 +49,7 @@ https://docs.google.com/presentation/d/1P-j1GrH6Q5gLBjao0afQ-GfvcAeF-QU4GXXeSy0e
 `linalg.generic` (resp. `linalg.indexed_generic`) that can express custom
 operations with *index-free semantics* (resp. *indexing semantics*).
 The properties of these generic ops are the result of applying the
-guiding principles described in the [Rationale Document](https://mlir.llvm.org/docs/RationaleLinalgDialect).
+guiding principles described in the [Rationale Document](../Rationale/RationaleLinalgDialect.md).
 They are listed next, with a brief example and discussion for each.
 
 #### Property 1: Input and Output Operands Define The Iteration Space<a name="prop1"></a>


        


More information about the Mlir-commits mailing list