瀏覽代碼

Add links for files mentioned in README (#646)

Lei Zhang 8 年之前
父節點
當前提交
1af6876dab
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -81,21 +81,21 @@ For more information, see this [Wiki page](https://github.com/Microsoft/DirectXS
 
 
 ## Making Changes
 ## Making Changes
 
 
-To make contributions, see the CONTRIBUTING.md file in this project.
+To make contributions, see the [CONTRIBUTING.md](CONTRIBUTING.md) file in this project.
 
 
 ## Documentation
 ## Documentation
 
 
 You can find documentation for this project in the `docs` directory. These contain the original LLVM documentation files, as well as two new files worth nothing:
 You can find documentation for this project in the `docs` directory. These contain the original LLVM documentation files, as well as two new files worth nothing:
 
 
-* HLSLChanges.rst: this is the starting point for how this fork diverges from the original llvm/clang sources
-* DXIL.rst: this file contains the specification for the DXIL format
-* tools/clang/docs/UsingDxc.rst: this file contains a user guide for dxc.exe
+* [HLSLChanges.rst](docs/HLSLChanges.rst): this is the starting point for how this fork diverges from the original llvm/clang sources
+* [DXIL.rst](docs/DXIL.rst): this file contains the specification for the DXIL format
+* [tools/clang/docs/UsingDxc.rst](tools/clang/docs/UsingDxc.rst): this file contains a user guide for dxc.exe
 
 
 ## License
 ## License
 
 
 DirectX Shader Compiler is distributed under the terms of the University of Illinois Open Source License.
 DirectX Shader Compiler is distributed under the terms of the University of Illinois Open Source License.
 
 
-See LICENSE.txt and ThirdPartyNotices.txt for details.
+See [LICENSE.txt](LICENSE.TXT) and [ThirdPartyNotices.txt](ThirdPartyNotices.txt) for details.
 
 
 ## Code of Conduct
 ## Code of Conduct