Skip to content

Commit 56dd2b0

Browse files
committed
Change jgm/commonmark.js to commonmark/commonmark.js.
Closes #126.
1 parent b8fc0c7 commit 56dd2b0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Submitting bug reports
66

77
There is a [forum for discussing CommonMark](http://talk.commonmark.org);
88
use it for questions and discussions that might be open-ended. Use the
9-
[github issue tracker](http://github.com/jgm/commonmark.js/issues)
9+
[github issue tracker](http://github.com/commonmark/commonmark.js/issues)
1010
only for simple, clear, actionable issues.
1111

1212
Submitting pull requests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This package includes the commonmark library and a
3333
command-line executable, `commonmark`.
3434

3535
For client-side use, fetch the latest from
36-
<https://raw.githubusercontent.com/jgm/commonmark.js/master/dist/commonmark.js>,
36+
<https://raw.githubusercontent.com/commonmark/commonmark.js/master/dist/commonmark.js>,
3737
or `bower install commonmark`.
3838

3939
Building

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commonmark",
33
"main": "dist/commonmark.js",
4-
"homepage": "https://github.com/jgm/commonmark.js",
4+
"homepage": "https://github.com/commonmark/commonmark.js",
55
"description": "CommonMark parsing and rendering library",
66
"license": "BSD-2-Clause",
77
"ignore": [

dingus/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="title">commonmark.js dingus</h1>
2727
<textarea id="text">## Try CommonMark
2828

2929
You can try CommonMark here. This dingus is powered by
30-
[commonmark.js](https://github.com/jgm/commonmark.js), the
30+
[commonmark.js](https://github.com/commonmark/commonmark.js), the
3131
JavaScript reference implementation.
3232

3333
1. item one

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"md",
1010
"stmd"
1111
],
12-
"repository": "jgm/commonmark.js",
12+
"repository": "commonmark/commonmark.js",
1313
"author": "John MacFarlane",
1414
"bugs": {
15-
"url": "https://github.com/jgm/commonmark.js/issues"
15+
"url": "https://github.com/commonmark/commonmark.js/issues"
1616
},
1717
"license": "BSD-2-Clause",
1818
"main": "./lib/index.js",

test/regression.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Issue jgm/CommonMark#468 - backslash at end of link definition
8080
<p>[]: test</p>
8181
````````````````````````````````
8282

83-
Issue jgm/commonmark.js#121 - punctuation set different
83+
Issue commonmark/commonmark.js#121 - punctuation set different
8484

8585
```````````````````````````````` example
8686
^_test_

0 commit comments

Comments
 (0)