[mlir] NFC: Fix link in traits documentation
authorJean-Michel Gorius <11683623+jmgorius@users.noreply.github.com>
Thu, 18 Jun 2020 09:58:07 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 09:58:07 +0000 (11:58 +0200)
mlir/docs/Traits.md

index e44cb39..6bf0308 100644 (file)
@@ -9,7 +9,7 @@ across many different 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