aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMorten Piibeleht <morten.piibeleht@gmail.com>2017-09-24 14:17:21 +0200
committerMorten Piibeleht <morten.piibeleht@gmail.com>2017-09-24 14:17:21 +0200
commitce4852f081f61386af82b03de7a37cd69d86e6f2 (patch)
tree3ba2012502f05545c467df8af9b9ab81391b325f /README.md
parentbe0089d79840e0b12c113f745e505244ede1efaa (diff)
Update GitHub links
It appears that the repositories have been moved to a GitHub organization. This fixes the links to CommonMark, cmark and commonmark.js repositories.
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 296eba2..7786006 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,12 @@ of the spec.
The reference implementations live in separate repositories:
-- <https://github.com/jgm/cmark> (C)
-- <https://github.com/jgm/commonmark.js> (JavaScript)
+- <https://github.com/commonmark/cmark> (C)
+- <https://github.com/commonmark/commonmark.js> (JavaScript)
There is a list of third-party libraries
in a dozen different languages
-[here](https://github.com/jgm/CommonMark/wiki/List-of-CommonMark-Implementations).
+[here](https://github.com/commonmark/CommonMark/wiki/List-of-CommonMark-Implementations).
Running tests against the spec
------------------------------
@@ -160,7 +160,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