summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-27 14:23:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-27 14:23:28 -0700
commita9f67da092cfc81e7e82269666278a5463543c28 (patch)
treed9fe3d47874d21d56edf7d9b9d70caf066ca2950 /README.md
parent14ae4f33c47b015ff41a2b4d88b215841ce5eb57 (diff)
Fix appveyor links.
Closes #251.
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 dfaa7ff..bd3694e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ cmark
=====
[![Build Status]](https://travis-ci.org/commonmark/cmark)
-[![Windows Build Status]](https://ci.appveyor.com/project/commonmark/cmark)
+[![Windows Build Status]](https://ci.appveyor.com/project/jgm/cmark-0ub06)
`cmark` is the C reference implementation of [CommonMark], a
rationalized version of Markdown syntax with a [spec][the spec].