Skip to content

Commit 963292f

Browse files
committedJun 23, 2020
Change master in links
1 parent c533103 commit 963292f

File tree

12 files changed

+59
-59
lines changed

12 files changed

+59
-59
lines changed
 

‎doc/getting-started.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ remark()
201201

202202
[npm]: https://docs.npmjs.com/cli/install
203203

204-
[api]: https://github.com/remarkjs/remark/tree/master/packages/remark
204+
[api]: https://github.com/remarkjs/remark/tree/main/packages/remark
205205

206-
[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli
206+
[cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli
207207

208-
[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
208+
[plugins]: https://github.com/remarkjs/remark/tree/main/doc/plugins.md
209209

210210
[unified]: https://github.com/unifiedjs/unified
211211

@@ -217,10 +217,10 @@ remark()
217217

218218
[quiet]: https://github.com/unifiedjs/unified-args#--quiet
219219

220-
[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse
220+
[parse]: https://github.com/remarkjs/remark/tree/main/packages/remark-parse
221221

222-
[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify
222+
[stringify]: https://github.com/remarkjs/remark/tree/main/packages/remark-stringify
223223

224-
[preset]: https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide
224+
[preset]: https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-markdown-style-guide
225225

226226
[html]: https://github.com/remarkjs/remark-html

‎doc/plugins.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ See [Creating plugins][create] below.
2424

2525
* [`remark-a11y-emoji`](https://github.com/florianeckerstorfer/remark-a11y-emoji)
2626
— accessible emoji
27-
* [`remark-abbr`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-abbr#readme)
27+
* [`remark-abbr`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-abbr#readme)
2828
— custom syntax for abbreviations (new node type, rehype compatible)
2929
* [`remark-admonitions`](https://github.com/elviswolcott/remark-admonitions)
3030
— support admonitions
31-
* [`remark-align`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-align#readme)
31+
* [`remark-align`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-align#readme)
3232
— custom syntax to align text or blocks (new node types, rehype compatible)
3333
* [`remark-attr`](https://github.com/arobase-che/remark-attr)
3434
— custom syntax to add attributes to Markdown
@@ -61,19 +61,19 @@ See [Creating plugins][create] below.
6161
— make a section collapsible
6262
* [`remark-comment-config`](https://github.com/remarkjs/remark-comment-config)
6363
— configure remark with comments
64-
* [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments#readme)
64+
* [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-comments#readme)
6565
— custom syntax to ignore things
6666
* [`remark-container`](https://github.com/zWingz/remark-container)
6767
— add custom containers
6868
* [`remark-containers`](https://github.com/Nevenall/remark-containers)
6969
— add custom containers
7070
* [`remark-contributors`](https://github.com/remarkjs/remark-contributors)
7171
— add a table of contributors
72-
* [`remark-custom-blocks`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-custom-blocks#readme)
72+
* [`remark-custom-blocks`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-custom-blocks#readme)
7373
— custom syntax for custom blocks (new node types, rehype compatible)
7474
* [`remark-defsplit`](https://github.com/remarkjs/remark-defsplit)
7575
— change links and images to references with separate definitions
76-
* [`remark-disable-tokenizers`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-disable-tokenizers#readme)
76+
* [`remark-disable-tokenizers`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-disable-tokenizers#readme)
7777
— turn some or all remark’s tokenizers on or off
7878
* [`remark-dropcap`](https://github.com/brev/remark-dropcap)
7979
— fancy and accessible drop caps
@@ -91,7 +91,7 @@ See [Creating plugins][create] below.
9191
— pandoc `fenced_divs` support (new node type, rehype compatible)
9292
* [`remark-first-heading`](https://github.com/laat/remark-first-heading)
9393
— replace the first heading in a document
94-
* [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-fix-guillemets#readme)
94+
* [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-fix-guillemets#readme)
9595
— support ASCII guillements (`<<`, `>>`) mapping them to HTML
9696
* [`remark-footnotes`](https://github.com/remarkjs/remark-footnotes)
9797
– support pandoc footnotes
@@ -109,7 +109,7 @@ See [Creating plugins][create] below.
109109
— autolink references to commits, issues, pull-requests, and users
110110
* [`remark-gitlab-artifact`](https://github.com/temando/remark-gitlab-artifact)
111111
— download artifacts from GitLab projects to live alongside your docs
112-
* [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-grid-tables#readme)
112+
* [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-grid-tables#readme)
113113
— custom syntax to describe tables (rehype compatible)
114114
* [`remark-graphviz`](https://github.com/temando/remark-graphviz)
115115
— transform [graphviz](https://www.graphviz.org) dot graphs to SVG
@@ -124,9 +124,9 @@ See [Creating plugins][create] below.
124124
— serialize Markdown as HTML
125125
* [`remark-html-emoji-image`](https://github.com/jackycute/remark-html-emoji-image)
126126
— transform emoji to images
127-
* [`remark-html-katex`](https://github.com/Rokt33r/remark-math/tree/master/packages/remark-html-katex#readme)
127+
* [`remark-html-katex`](https://github.com/Rokt33r/remark-math/tree/HEAD/packages/remark-html-katex#readme)
128128
— change inline and block math to equations with [KaTeX](https://github.com/Khan/KaTeX)
129-
* [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-iframes#readme)
129+
* [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-iframes#readme)
130130
— custom syntax to create iframes (new node type, rehype compatible)
131131
* [`remark-images`](https://github.com/remarkjs/remark-images)
132132
— add an improved image syntax
@@ -136,7 +136,7 @@ See [Creating plugins][create] below.
136136
— inserts definitions for jargon terms
137137
* [`remark-join-cjk-lines`](https://github.com/purefun/remark-join-cjk-lines)
138138
— remove extra space between CJK Characters.
139-
* [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-kbd#readme)
139+
* [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-kbd#readme)
140140
— custom syntax for keyboard keys (new node type, rehype compatible)
141141
* [`remark-kbd-plus`](https://github.com/twardoch/remark-kbd-plus)
142142
— custom syntax for keyboard keys with plusses (new node type, rehype
@@ -174,7 +174,7 @@ See [Creating plugins][create] below.
174174
— inject your dependencies
175175
* [`remark-parse-yaml`](https://github.com/landakram/remark-parse-yaml)
176176
— parse YAML nodes and expose their value as `parsedValue`
177-
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-ping#readme)
177+
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-ping#readme)
178178
— custom syntax for mentions with configurable existence check (new node
179179
type, rehype compatible)
180180
* [`remark-react`](https://github.com/remarkjs/remark-react)
@@ -221,7 +221,7 @@ See [Creating plugins][create] below.
221221
— remove HTML
222222
* [`remark-squeeze-paragraphs`](https://github.com/remarkjs/remark-squeeze-paragraphs)
223223
— remove empty paragraphs
224-
* [`remark-sub-super`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-sub-super)
224+
* [`remark-sub-super`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-sub-super)
225225
— custom syntax for super- and subscript (new node types, rehype compatible)
226226
* [`remark-terms`](https://github.com/Nevenall/remark-terms)
227227
— add customizable syntax for special terms and phrases
@@ -235,7 +235,7 @@ See [Creating plugins][create] below.
235235
— highlight code blocks in Markdown files using
236236
[Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
237237
(rehype compatible)
238-
* [`remark-truncate-links`](https://github.com/GaiAma/Coding4GaiAma/tree/master/packages/remark-truncate-links)
238+
* [`remark-truncate-links`](https://github.com/GaiAma/Coding4GaiAma/tree/HEAD/packages/remark-truncate-links)
239239
— truncate/shorten urls not manually named
240240
* [`remark-twemoji`](https://github.com/madiodio/remark-twemoji)
241241
— replace unicode emoji with [Twemoji](https://github.com/twitter/twemoji)
@@ -317,7 +317,7 @@ use `unist-util-`, and if it works with virtual files, use `vfile-`.
317317

318318
[unified-args-use]: https://github.com/unifiedjs/unified-args#--use-plugin
319319

320-
[config-file-use]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md#plugins
320+
[config-file-use]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/configure.md#plugins
321321

322322
[unified-plugins]: https://github.com/unifiedjs/unified#plugin
323323

‎packages/remark-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bin"
1313
],
1414
"homepage": "https://remark.js.org",
15-
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-cli",
15+
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-cli",
1616
"bugs": "https://github.com/remarkjs/remark/issues",
1717
"funding": {
1818
"type": "opencollective",

‎packages/remark-cli/readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -181,31 +181,31 @@ abide by its terms.
181181

182182
[health]: https://github.com/remarkjs/.github
183183

184-
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
184+
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
185185

186-
[support]: https://github.com/remarkjs/.github/blob/master/support.md
186+
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
187187

188-
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
188+
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
189189

190190
[ideas]: https://github.com/remarkjs/ideas
191191

192192
[awesome]: https://github.com/remarkjs/awesome-remark
193193

194-
[license]: https://github.com/remarkjs/remark/blob/master/license
194+
[license]: https://github.com/remarkjs/remark/blob/main/license
195195

196196
[author]: https://wooorm.com
197197

198198
[npm]: https://docs.npmjs.com/cli/install
199199

200200
[remark]: https://github.com/remarkjs/remark
201201

202-
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
202+
[plugins]: https://github.com/remarkjs/remark/blob/main/doc/plugins.md
203203

204204
[markdown-extensions]: https://github.com/sindresorhus/markdown-extensions
205205

206-
[config-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md
206+
[config-file]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/configure.md
207207

208-
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/ignore.md
208+
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/ignore.md
209209

210210
[unified-args]: https://github.com/unifiedjs/unified-args#cli
211211

‎packages/remark-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"types": "types/index.d.ts",
2020
"homepage": "https://remark.js.org",
21-
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse",
21+
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse",
2222
"bugs": "https://github.com/remarkjs/remark/issues",
2323
"funding": {
2424
"type": "opencollective",

‎packages/remark-parse/readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -519,17 +519,17 @@ abide by its terms.
519519

520520
[health]: https://github.com/remarkjs/.github
521521

522-
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
522+
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
523523

524-
[support]: https://github.com/remarkjs/.github/blob/master/support.md
524+
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
525525

526-
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
526+
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
527527

528528
[ideas]: https://github.com/remarkjs/ideas
529529

530530
[awesome]: https://github.com/remarkjs/awesome-remark
531531

532-
[license]: https://github.com/remarkjs/remark/blob/master/license
532+
[license]: https://github.com/remarkjs/remark/blob/main/license
533533

534534
[author]: https://wooorm.com
535535

@@ -539,9 +539,9 @@ abide by its terms.
539539

540540
[data]: https://github.com/unifiedjs/unified#processordatakey-value
541541

542-
[remark]: https://github.com/remarkjs/remark/tree/master/packages/remark
542+
[remark]: https://github.com/remarkjs/remark/tree/main/packages/remark
543543

544-
[blocks]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.js
544+
[blocks]: https://github.com/remarkjs/remark/blob/main/packages/remark-parse/lib/block-elements.js
545545

546546
[mdast]: https://github.com/syntax-tree/mdast
547547

@@ -567,7 +567,7 @@ abide by its terms.
567567

568568
[add]: #addnode-parent
569569

570-
[remark-disable-tokenizers]: https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-disable-tokenizers
570+
[remark-disable-tokenizers]: https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-disable-tokenizers
571571

572572
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
573573

‎packages/remark-parse/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare namespace remarkParse {
6161
/**
6262
* Defines which HTML elements are seen as block level.
6363
*
64-
* @defaultValue blocks listed in <https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.js>
64+
* @defaultValue blocks listed in <https://github.com/remarkjs/remark/blob/main/packages/remark-parse/lib/block-elements.js>
6565
*/
6666
blocks: string[]
6767

‎packages/remark-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"compile"
2121
],
2222
"homepage": "https://remark.js.org",
23-
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
23+
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-stringify",
2424
"bugs": "https://github.com/remarkjs/remark/issues",
2525
"funding": {
2626
"type": "opencollective",

‎packages/remark-stringify/readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -348,17 +348,17 @@ abide by its terms.
348348

349349
[health]: https://github.com/remarkjs/.github
350350

351-
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
351+
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
352352

353-
[support]: https://github.com/remarkjs/.github/blob/master/support.md
353+
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
354354

355-
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
355+
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
356356

357357
[ideas]: https://github.com/remarkjs/ideas
358358

359359
[awesome]: https://github.com/remarkjs/awesome-remark
360360

361-
[license]: https://github.com/remarkjs/remark/blob/master/license
361+
[license]: https://github.com/remarkjs/remark/blob/main/license
362362

363363
[author]: https://wooorm.com
364364

@@ -368,7 +368,7 @@ abide by its terms.
368368

369369
[data]: https://github.com/unifiedjs/unified#processordatakey-value
370370

371-
[remark]: https://github.com/remarkjs/remark/tree/master/packages/remark
371+
[remark]: https://github.com/remarkjs/remark/tree/main/packages/remark
372372

373373
[compiler]: https://github.com/unifiedjs/unified#processorcompiler
374374

‎packages/remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"process"
2020
],
2121
"homepage": "https://remark.js.org",
22-
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark",
22+
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark",
2323
"bugs": "https://github.com/remarkjs/remark/issues",
2424
"funding": {
2525
"type": "opencollective",

‎packages/remark/readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,17 @@ abide by its terms.
218218

219219
[health]: https://github.com/remarkjs/.github
220220

221-
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
221+
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
222222

223-
[support]: https://github.com/remarkjs/.github/blob/master/support.md
223+
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
224224

225-
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
225+
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
226226

227227
[ideas]: https://github.com/remarkjs/ideas
228228

229229
[awesome]: https://github.com/remarkjs/awesome-remark
230230

231-
[license]: https://github.com/remarkjs/remark/blob/master/license
231+
[license]: https://github.com/remarkjs/remark/blob/main/license
232232

233233
[author]: https://wooorm.com
234234

@@ -238,11 +238,11 @@ abide by its terms.
238238

239239
[mdast]: https://github.com/syntax-tree/mdast
240240

241-
[parse]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse
241+
[parse]: https://github.com/remarkjs/remark/blob/main/packages/remark-parse
242242

243-
[stringify]: https://github.com/remarkjs/remark/blob/master/packages/remark-stringify
243+
[stringify]: https://github.com/remarkjs/remark/blob/main/packages/remark-stringify
244244

245-
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
245+
[plugins]: https://github.com/remarkjs/remark/blob/main/doc/plugins.md
246246

247247
[unified-usage]: https://github.com/unifiedjs/unified#usage
248248

‎readme.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ abide by its terms.
145145

146146
[popular]: https://www.npmtrends.com/remark-parse-vs-marked-vs-markdown-it
147147

148-
[api]: https://github.com/remarkjs/remark/tree/master/packages/remark
148+
[api]: https://github.com/remarkjs/remark/tree/main/packages/remark
149149

150-
[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse
150+
[parse]: https://github.com/remarkjs/remark/tree/main/packages/remark-parse
151151

152-
[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify
152+
[stringify]: https://github.com/remarkjs/remark/tree/main/packages/remark-stringify
153153

154-
[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli
154+
[cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli
155155

156-
[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
156+
[plugins]: https://github.com/remarkjs/remark/tree/main/doc/plugins.md
157157

158158
[remark-lint]: https://github.com/remarkjs/remark-lint
159159

@@ -173,11 +173,11 @@ abide by its terms.
173173

174174
[health]: https://github.com/remarkjs/.github
175175

176-
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
176+
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
177177

178-
[support]: https://github.com/remarkjs/.github/blob/master/support.md
178+
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
179179

180-
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
180+
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md
181181

182182
[ideas]: https://github.com/remarkjs/ideas
183183

0 commit comments

Comments
 (0)
Please sign in to comment.