[Mlir-commits] [mlir] 040fd34 - Fix one more doc links after moving the document under Tutorials

Mehdi Amini llvmlistbot at llvm.org
Sun Apr 19 09:53:59 PDT 2020


Author: Mehdi Amini
Date: 2020-04-19T16:52:05Z
New Revision: 040fd340fa7521d278d3e39d64f4f88896fdcdef

URL: https://github.com/llvm/llvm-project/commit/040fd340fa7521d278d3e39d64f4f88896fdcdef
DIFF: https://github.com/llvm/llvm-project/commit/040fd340fa7521d278d3e39d64f4f88896fdcdef.diff

LOG: Fix one more doc links after moving the document under Tutorials

Added: 
    

Modified: 
    mlir/docs/Dialects/SPIR-V.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index 76ba0b893171..90ff9868672b 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -1313,7 +1313,7 @@ dialect.
 [StructType]: https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#Structure
 [SpirvTools]: https://github.com/KhronosGroup/SPIRV-Tools
 [Rationale]: ../Rationale/#block-arguments-vs-phi-nodes
-[ODS]: ../OpDefinitions/
+[ODS]: ../OpDefinitions.md
 [GreedyPatternRewriter]: https://github.com/llvm/llvm-project/blob/master/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
 [MlirDialectConversionTypeConversion]: ../DialectConversion.md#type-converter
 [MlirDialectConversionRewritePattern]: ../DialectConversion.md#conversion-patterns
@@ -1346,7 +1346,7 @@ dialect.
 [GitHubDialectTracking]: https://github.com/tensorflow/mlir/issues/302
 [GitHubLoweringTracking]: https://github.com/tensorflow/mlir/issues/303
 [GenSpirvUtilsPy]: https://github.com/llvm/llvm-project/blob/master/mlir/utils/spirv/gen_spirv_dialect.py
-[CustomTypeAttrTutorial]: ../DefiningAttributesAndTypes/
+[CustomTypeAttrTutorial]: ../Tutorials/DefiningAttributesAndTypes.md
 [VulkanSpirv]: https://renderdoc.org/vkspec_chunked/chap40.html#spirvenv
 [VulkanShaderInterface]: https://renderdoc.org/vkspec_chunked/chap14.html#interfaces-resources
 [VulkanResourceLimits]: https://renderdoc.org/vkspec_chunked/chap36.html#limits


        


More information about the Mlir-commits mailing list