diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93a5610e..b46ae31e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We organize known future work in GitHub projects. See [Tracking SPIRV-Tools work with GitHub -projects](https://github.com/KhronosGroup/SPIRV-Tools/blob/master/projects.md) +projects](https://github.com/KhronosGroup/SPIRV-Tools/blob/master/docs/projects.md) for more. To report a new bug or request a new feature, please file a GitHub issue. Please diff --git a/README.md b/README.md index 8a5c85e1..b7e43fc8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ headers, and XML registry. MacOS[![MacOS Build Status](https://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_release.html) Windows[![Windows Build Status](https://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_release.html) -[More downloads](downloads.md) +[More downloads](docs/downloads.md) ## Versioning SPIRV-Tools @@ -59,7 +59,7 @@ version. An API call reports the software version as a C-style string. IDs or types is performed, except to check literal arguments to `OpConstant`, `OpSpecConstant`, and `OpSwitch`. -See [`syntax.md`](syntax.md) for the assembly language syntax. +See [`docs/syntax.md`](docs/syntax.md) for the assembly language syntax. ### Validator @@ -171,7 +171,7 @@ specific work is tracked via issues and sometimes in one of the (To provide feedback on the SPIR-V _specification_, file an issue on the [SPIRV-Headers][spirv-headers] GitHub repository.) -See [`projects.md`](projects.md) to see how we use the +See [`docs/projects.md`](docs/projects.md) to see how we use the [GitHub Project feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/) to organize planned and in-progress work. diff --git a/downloads.md b/docs/downloads.md similarity index 100% rename from downloads.md rename to docs/downloads.md diff --git a/projects.md b/docs/projects.md similarity index 100% rename from projects.md rename to docs/projects.md diff --git a/syntax.md b/docs/syntax.md similarity index 100% rename from syntax.md rename to docs/syntax.md