[Mlir-commits] [mlir] eafffdf - Fix broken website link: Use absolute URL to point back to the source on GitHub
Mehdi Amini
llvmlistbot at llvm.org
Sat Apr 18 21:56:11 PDT 2020
Author: Mehdi Amini
Date: 2020-04-19T04:54:31Z
New Revision: eafffdf6a8d2d94dd6bb834a5d18c3c4ff92b1a8
URL: https://github.com/llvm/llvm-project/commit/eafffdf6a8d2d94dd6bb834a5d18c3c4ff92b1a8
DIFF: https://github.com/llvm/llvm-project/commit/eafffdf6a8d2d94dd6bb834a5d18c3c4ff92b1a8.diff
LOG: Fix broken website link: Use absolute URL to point back to the source on GitHub
Added:
Modified:
mlir/docs/OpDefinitions.md
Removed:
################################################################################
diff --git a/mlir/docs/OpDefinitions.md b/mlir/docs/OpDefinitions.md
index ad7fd33cd881..32a0d04572a1 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
More information about the Mlir-commits
mailing list