[Mlir-commits] [mlir] 8a82bc3 - [mlir] NFC: Fix link in traits documentation

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 18 02:58:10 PDT 2020


Author: Jean-Michel Gorius
Date: 2020-06-18T11:58:07+02:00
New Revision: 8a82bc3ef356d454e100c61572e9f72f850509a1

URL: https://github.com/llvm/llvm-project/commit/8a82bc3ef356d454e100c61572e9f72f850509a1
DIFF: https://github.com/llvm/llvm-project/commit/8a82bc3ef356d454e100c61572e9f72f850509a1.diff

LOG: [mlir] NFC: Fix link in traits documentation

Added: 
    

Modified: 
    mlir/docs/Traits.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Traits.md b/mlir/docs/Traits.md
index e44cb39573b4..6bf03086be3b 100644
--- a/mlir/docs/Traits.md
+++ b/mlir/docs/Traits.md
@@ -9,7 +9,7 @@ across many 
diff erent operations. `Traits` may be used to specify special
 properties and constraints of the operation, including whether the operation has
 side effects or whether its output has the same type as the input. Some examples
 of traits are `Commutative`, `SingleResult`, `Terminator`, etc. See the more
-[comprehensive list](#traits) below for more examples of what is possible.
+[comprehensive list](#trait-list) below for more examples of what is possible.
 
 ## Defining a Trait
 


        


More information about the Mlir-commits mailing list