Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Try Slang

Try slang locally in your browser without downloading or installing anything with [Slang-Playground](/slang-playground).
Try Slang locally in your browser without downloading or installing anything with [Slang-Playground](/slang-playground).

## Download Prebuilt Release

Expand All @@ -24,8 +24,8 @@ Instructions for building Slang from source code are maintained as part of the s

## Your First Slang Shader

Follow [this tutorial](/docs/first-slang-shader) on how to write your first slang shader and compile it for execution with the Vulkan API.
Follow [this tutorial](/docs/first-slang-shader) on how to write your first Slang shader and compile it for execution with the Vulkan API.

## The User-Guide

Check out the [Slang User's Guide](https://shader-slang.com/slang/user-guide/index.html) to learn more about the language features, and [Slang Standard Library Reference](https://shader-slang.com/stdlib-reference) for detailed documentation on Slang's builtin types and functions available for use in your shader code.
Check out the [Slang User's Guide](https://shader-slang.com/slang/user-guide/index.html) to learn more about the language features, and [Slang Standard Library Reference](https://shader-slang.com/stdlib-reference) for detailed documentation on Slang's builtin types and functions available for use in your shader code.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like GitHub automatically appended a newline to the file. Feel free to revert that if desired.