summaryrefslogtreecommitdiffstats
path: root/docs/nvapi-support.md
diff options
context:
space:
mode:
authorcheneym2 <acheney@nvidia.com>2024-10-29 15:16:20 -0400
committerGitHub <noreply@github.com>2024-10-29 12:16:20 -0700
commit24bf067d4cb4868d4b733c2a646e0721e8b34ff8 (patch)
tree50d5da53db910f63d940da2c70e2f5e74a097f78 /docs/nvapi-support.md
parent6367d40aeecac0894ec291ef1aa6c43956b25345 (diff)
Increase slangc option visibility in docs (#5425)
* Increase slangc option visibility in docs Link to slangc command-line reference from readme. readme. Boost the visiblity of the link in the user-guide. Consolidates command-line-slangc.md into the user-guide. Fixes #4124 * Update README.md * Update 08-compiling.md --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/nvapi-support.md')
-rw-r--r--docs/nvapi-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nvapi-support.md b/docs/nvapi-support.md
index ac3a2e943..a50a93bca 100644
--- a/docs/nvapi-support.md
+++ b/docs/nvapi-support.md
@@ -63,7 +63,7 @@ The astute reader may have noticed that the default Slang HLSL prelude *does* co
#endif
```
-This means that the *downstream* compiler (such as DXC and FXC) must be able to handle this include. Include paths can be specified for downstream compilers via the [-X mechanism](command-line-slangc.md#downstream-arguments). So for example...
+This means that the *downstream* compiler (such as DXC and FXC) must be able to handle this include. Include paths can be specified for downstream compilers via the [-X mechanism](user-guide/08-compiling.md#downstream-arguments). So for example...
```
-Xfxc -IpathTo/nvapi -Xdxc -IpathTo/nvapi