summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-12 09:08:15 -0700
committerGitHub <noreply@github.com>2017-06-12 09:08:15 -0700
commit4d63b6fe73018ae253bbef0075478f5989ad279a (patch)
treea82df40a552172dc9408b9a58e4c889fc1fdec28 /README.md
parentf56fba25d62b526e69e59382ca086b0862c4d75b (diff)
parent5dc1586677bb11942a50353e909aeacd37f88d97 (diff)
Merge pull request #1 from tfoleyNV/appveyor-build-version
AppVeyor: try to produce a better build version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49c4506d5..63608bda6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Slang
-![AppVeyor build status](https://ci.appveyor.com/api/projects/status/kt9ch5niwkslk5p4/branch/master?svg=true)
+[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/kt9ch5niwkslk5p4/branch/master?svg=true)](https://ci.appveyor.com/project/tangent-vector/slang/branch/master)
Slang is a library for compiling real-time shader code.
It can be used with either existing HLSL or GLSL code, or with code written directly in Slang.