Skip to content

Commit db63ea9

Browse files
committed
Updated travis badges and issue tracker jgm -> commonmark.
Thanks @mohitsinghs
1 parent 9983c87 commit db63ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

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

77
`cmark` is the C reference implementation of [CommonMark], a
@@ -171,7 +171,7 @@ Contributing
171171
There is a [forum for discussing
172172
CommonMark](http://talk.commonmark.org); you should use it instead of
173173
github issues for questions and possibly open-ended discussions.
174-
Use the [github issue tracker](http://github.com/jgm/CommonMark/issues)
174+
Use the [github issue tracker](http://github.com/commonmark/CommonMark/issues)
175175
only for simple, clear, actionable issues.
176176

177177
Authors
@@ -191,8 +191,8 @@ most of the C library's API and its test harness.
191191
[CommonMark]: http://commonmark.org
192192
[cmake]: http://www.cmake.org/download/
193193
[re2c]: http://re2c.org
194-
[commonmark.js]: https://github.com/jgm/commonmark.js
195-
[Build Status]: https://img.shields.io/travis/jgm/cmark/master.svg?style=flat
194+
[commonmark.js]: https://github.com/commonmark/commonmark.js
195+
[Build Status]: https://img.shields.io/travis/commonmark/cmark/master.svg?style=flat
196196
[Windows Build Status]: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true
197197
[american fuzzy lop]: http://lcamtuf.coredump.cx/afl/
198198
[libFuzzer]: http://llvm.org/docs/LibFuzzer.html

0 commit comments

Comments
 (0)