diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-10-29 15:16:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 12:16:20 -0700 |
| commit | 24bf067d4cb4868d4b733c2a646e0721e8b34ff8 (patch) | |
| tree | 50d5da53db910f63d940da2c70e2f5e74a097f78 /docs/README.md | |
| parent | 6367d40aeecac0894ec291ef1aa6c43956b25345 (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/README.md')
| -rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index b53060a26..086a921c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ Getting Started The Slang [User's Guide](https://shader-slang.github.io/slang/user-guide/) provides an introduction to the Slang language and its major features, as well as the compilation and reflection API. -There is also documentation specific to using the [`slangc`](command-line-slangc.md) command-line tool. +There is also documentation specific to using the [slangc](https://shader-slang.github.io/slang/user-guide/compiling.html#command-line-compilation-with-slangc) command-line tool. Advanced Users -------------- |
