File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Submitting bug reports
6
6
7
7
There is a [ forum for discussing CommonMark] ( http://talk.commonmark.org ) ;
8
8
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 )
10
10
only for simple, clear, actionable issues.
11
11
12
12
Submitting pull requests
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This package includes the commonmark library and a
33
33
command-line executable, ` commonmark ` .
34
34
35
35
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 > ,
37
37
or ` bower install commonmark ` .
38
38
39
39
Building
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commonmark" ,
3
3
"main" : " dist/commonmark.js" ,
4
- "homepage" : " https://github.com/jgm /commonmark.js" ,
4
+ "homepage" : " https://github.com/commonmark /commonmark.js" ,
5
5
"description" : " CommonMark parsing and rendering library" ,
6
6
"license" : " BSD-2-Clause" ,
7
7
"ignore" : [
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 class="title">commonmark.js dingus</h1>
27
27
< textarea id ="text "> ## Try CommonMark
28
28
29
29
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
31
31
JavaScript reference implementation.
32
32
33
33
1. item one
Original file line number Diff line number Diff line change 9
9
" md" ,
10
10
" stmd"
11
11
],
12
- "repository" : " jgm /commonmark.js" ,
12
+ "repository" : " commonmark /commonmark.js" ,
13
13
"author" : " John MacFarlane" ,
14
14
"bugs" : {
15
- "url" : " https://github.com/jgm /commonmark.js/issues"
15
+ "url" : " https://github.com/commonmark /commonmark.js/issues"
16
16
},
17
17
"license" : " BSD-2-Clause" ,
18
18
"main" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Issue jgm/CommonMark#468 - backslash at end of link definition
80
80
<p>[]: test</p>
81
81
````````````````````````````````
82
82
83
- Issue jgm /commonmark.js#121 - punctuation set different
83
+ Issue commonmark /commonmark.js#121 - punctuation set different
84
84
85
85
```````````````````````````````` example
86
86
^_test_
You can’t perform that action at this time.
0 commit comments