summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-16 09:31:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-16 09:31:28 -0800
commitdb63ea9a07135568c44d537a9f2e999b210f0b9f (patch)
tree74d6081a862b686348871be0c539ae9854dd3eb0 /README.md
parent9983c87a206d11faa7a678ae950028139e83f36b (diff)
Updated travis badges and issue tracker jgm -> commonmark.
Thanks @mohitsinghs
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6b0c003..6207904 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
cmark
=====
-[![Build Status]](https://travis-ci.org/jgm/cmark)
+[![Build Status]](https://travis-ci.org/commonmark/cmark)
[![Windows Build Status]](https://ci.appveyor.com/project/jgm/cmark)
`cmark` is the C reference implementation of [CommonMark], a
@@ -171,7 +171,7 @@ Contributing
There is a [forum for discussing
CommonMark](http://talk.commonmark.org); you should use it instead of
github issues for questions and possibly open-ended discussions.
-Use the [github issue tracker](http://github.com/jgm/CommonMark/issues)
+Use the [github issue tracker](http://github.com/commonmark/CommonMark/issues)
only for simple, clear, actionable issues.
Authors
@@ -191,8 +191,8 @@ most of the C library's API and its test harness.
[CommonMark]: http://commonmark.org
[cmake]: http://www.cmake.org/download/
[re2c]: http://re2c.org
-[commonmark.js]: https://github.com/jgm/commonmark.js
-[Build Status]: https://img.shields.io/travis/jgm/cmark/master.svg?style=flat
+[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
[american fuzzy lop]: http://lcamtuf.coredump.cx/afl/
[libFuzzer]: http://llvm.org/docs/LibFuzzer.html