From eafffdf6a8d2d94dd6bb834a5d18c3c4ff92b1a8 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sun, 19 Apr 2020 04:54:31 +0000 Subject: [PATCH] Fix broken website link: Use absolute URL to point back to the source on GitHub --- mlir/docs/OpDefinitions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4