summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-12 08:49:15 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-12 08:50:21 -0700
commitd93c2101475ce6fee27f8188cb194332f1f4ee8d (patch)
tree6ec9a2247863e8ce390f78dc93ecbb38cba3e564 /README.md
parent62687cd285f675d862c132270d05752afa56d87e (diff)
AppVeyor: Try to fix errors in `appveyor.yml`
- Also add link to build "badge" so that I can more easily watch build status.
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.