From db63ea9a07135568c44d537a9f2e999b210f0b9f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Nov 2017 09:31:28 -0800 Subject: Updated travis badges and issue tracker jgm -> commonmark. Thanks @mohitsinghs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3