From: Mehdi Amini Date: Sun, 19 Apr 2020 04:54:31 +0000 (+0000) Subject: Fix broken website link: Use absolute URL to point back to the source on GitHub X-Git-Tag: llvmorg-12-init~8565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eafffdf6a8d2d94dd6bb834a5d18c3c4ff92b1a8;p=platform%2Fupstream%2Fllvm.git Fix broken website link: Use absolute URL to point back to the source on GitHub --- diff --git a/mlir/docs/OpDefinitions.md b/mlir/docs/OpDefinitions.md index ad7fd33..32a0d04 100644 --- a/mlir/docs/OpDefinitions.md +++ b/mlir/docs/OpDefinitions.md @@ -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