summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-18 11:21:23 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-18 11:21:23 -0800
commita5c83d7a426bda38aac838f9815664f6189d3404 (patch)
treeb1f39c20402eed70521e0575abe0783b514da06b /README.md
parent9f279be995da5f15a9a988fe93dc983401c28d95 (diff)
README - use commonmark/cmark for appveyor badge.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6207904..dfaa7ff 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/jgm/cmark)
+[![Windows Build Status]](https://ci.appveyor.com/project/commonmark/cmark)
`cmark` is the C reference implementation of [CommonMark], a
rationalized version of Markdown syntax with a [spec][the spec].
@@ -193,6 +193,6 @@ most of the C library's API and its test harness.
[re2c]: http://re2c.org
[commonmark.js]: https://github.com/commonmark/commonmark.js
[Build Status]: https://img.shields.io/travis/commonmark/cmark/master.svg?style=flat
-[Windows Build Status]: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true
+[Windows Build Status]: https://ci.appveyor.com/api/projects/status/h3fd91vtd1xfmp69?svg=true
[american fuzzy lop]: http://lcamtuf.coredump.cx/afl/
[libFuzzer]: http://llvm.org/docs/LibFuzzer.html