Fix broken website link: Use absolute URL to point back to the source on GitHub
authorMehdi Amini <joker.eph@gmail.com>
Sun, 19 Apr 2020 04:54:31 +0000 (04:54 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 19 Apr 2020 04:54:31 +0000 (04:54 +0000)
mlir/docs/OpDefinitions.md

index ad7fd33..32a0d04 100644 (file)
@@ -1339,8 +1339,8 @@ requirements that were desirable:
 [TableGenIntro]: https://llvm.org/docs/TableGen/LangIntro.html
 [TableGenRef]: https://llvm.org/docs/TableGen/LangRef.html
 [TableGenBackend]: https://llvm.org/docs/TableGen/BackEnds.html#introduction
-[OpBase]: ../include/mlir/IR/OpBase.td
-[OpDefinitionsGen]: ../tools/mlir-tblgen/OpDefinitionsGen.cpp
-[EnumsGen]: ../tools/mlir-tblgen/EnumsGen.cpp
+[OpBase]: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/IR/OpBase.td
+[OpDefinitionsGen]: https://github.com/llvm/llvm-project/blob/master/mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
+[EnumsGen]: https://github.com/llvm/llvm-project/blob/master/mlir/tools/mlir-tblgen/EnumsGen.cpp
 [StringAttr]: LangRef.md#string-attribute
 [IntegerAttr]: LangRef.md#integer-attribute