summaryrefslogtreecommitdiff
path: root/docs/nvapi-support.md
diff options
context:
space:
mode:
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