diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-08-27 14:23:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-27 14:23:28 -0700 |
commit | a9f67da092cfc81e7e82269666278a5463543c28 (patch) | |
tree | d9fe3d47874d21d56edf7d9b9d70caf066ca2950 | |
parent | 14ae4f33c47b015ff41a2b4d88b215841ce5eb57 (diff) |
Fix appveyor links.
Closes #251.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]. |