Skip to content

Commit a5c83d7

Browse files
committed
README - use commonmark/cmark for appveyor badge.
1 parent 9f279be commit a5c83d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmark
22
=====
33

44
[![Build Status]](https://travis-ci.org/commonmark/cmark)
5-
[![Windows Build Status]](https://ci.appveyor.com/project/jgm/cmark)
5+
[![Windows Build Status]](https://ci.appveyor.com/project/commonmark/cmark)
66

77
`cmark` is the C reference implementation of [CommonMark], a
88
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.
193193
[re2c]: http://re2c.org
194194
[commonmark.js]: https://github.com/commonmark/commonmark.js
195195
[Build Status]: https://img.shields.io/travis/commonmark/cmark/master.svg?style=flat
196-
[Windows Build Status]: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true
196+
[Windows Build Status]: https://ci.appveyor.com/api/projects/status/h3fd91vtd1xfmp69?svg=true
197197
[american fuzzy lop]: http://lcamtuf.coredump.cx/afl/
198198
[libFuzzer]: http://llvm.org/docs/LibFuzzer.html

0 commit comments

Comments
 (0)