Skip to content

Commit b40fe0f

Browse files
committed
Change master in links
1 parent 48a5393 commit b40fe0f

File tree

173 files changed

+755
-755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+755
-755
lines changed

doc/comparison-to-markdownlint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [markdownlint](https://github.com/mivok/markdownlint)
22

33
This table documents the similarity and difference between
4-
[**markdownlint**](https://github.com/mivok/markdownlint/blob/master/docs/RULES.md)
4+
[**markdownlint**](https://github.com/mivok/markdownlint/blob/HEAD/docs/RULES.md)
55
rules and **remark-lint**’s rules.
66

77
| markdownlint | remark | note |

doc/rules.md

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

packages/remark-lint-blockquote-indentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"indentation",
1313
"indent"
1414
],
15-
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-blockquote-indentation",
15+
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-blockquote-indentation",
1616
"bugs": "https://github.com/remarkjs/remark-lint/issues",
1717
"funding": {
1818
"type": "opencollective",

packages/remark-lint-blockquote-indentation/readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This rule is included in the following presets:
2323

2424
| Preset | Setting |
2525
| - | - |
26-
| [`remark-preset-lint-consistent`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-consistent) | `'consistent'` |
27-
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide) | `2` |
26+
| [`remark-preset-lint-consistent`](https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent) | `'consistent'` |
27+
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-markdown-style-guide) | `2` |
2828

2929
## Example
3030

@@ -146,7 +146,7 @@ abide by its terms.
146146

147147
[MIT][license] © [Titus Wormer][author]
148148

149-
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/master.svg
149+
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/main.svg
150150

151151
[build]: https://travis-ci.org/remarkjs/remark-lint
152152

@@ -176,12 +176,12 @@ abide by its terms.
176176

177177
[health]: https://github.com/remarkjs/.github
178178

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

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

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

185-
[license]: https://github.com/remarkjs/remark-lint/blob/master/license
185+
[license]: https://github.com/remarkjs/remark-lint/blob/main/license
186186

187187
[author]: https://wooorm.com

packages/remark-lint-checkbox-character-style/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* ## Fix
2121
*
22-
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)
22+
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify)
2323
* formats checked checkboxes using `x` (lowercase X) and unchecked checkboxes
2424
* as `·` (a single space).
2525
*

packages/remark-lint-checkbox-character-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"task",
1414
"list"
1515
],
16-
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-checkbox-character-style",
16+
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-checkbox-character-style",
1717
"bugs": "https://github.com/remarkjs/remark-lint/issues",
1818
"funding": {
1919
"type": "opencollective",

packages/remark-lint-checkbox-character-style/readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Styles can also be passed in like so:
2525

2626
## Fix
2727

28-
[`remark-stringify`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)
28+
[`remark-stringify`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify)
2929
formats checked checkboxes using `x` (lowercase X) and unchecked checkboxes
3030
as `·` (a single space).
3131

@@ -38,7 +38,7 @@ This rule is included in the following presets:
3838

3939
| Preset | Setting |
4040
| - | - |
41-
| [`remark-preset-lint-consistent`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-consistent) | `'consistent'` |
41+
| [`remark-preset-lint-consistent`](https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent) | `'consistent'` |
4242

4343
## Example
4444

@@ -207,7 +207,7 @@ abide by its terms.
207207

208208
[MIT][license] © [Titus Wormer][author]
209209

210-
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/master.svg
210+
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/main.svg
211211

212212
[build]: https://travis-ci.org/remarkjs/remark-lint
213213

@@ -237,12 +237,12 @@ abide by its terms.
237237

238238
[health]: https://github.com/remarkjs/.github
239239

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

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

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

246-
[license]: https://github.com/remarkjs/remark-lint/blob/master/license
246+
[license]: https://github.com/remarkjs/remark-lint/blob/main/license
247247

248248
[author]: https://wooorm.com

packages/remark-lint-checkbox-content-indent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"task",
1414
"list"
1515
],
16-
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-checkbox-content-indent",
16+
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-checkbox-content-indent",
1717
"bugs": "https://github.com/remarkjs/remark-lint/issues",
1818
"funding": {
1919
"type": "opencollective",

packages/remark-lint-checkbox-content-indent/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ abide by its terms.
111111

112112
[MIT][license] © [Titus Wormer][author]
113113

114-
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/master.svg
114+
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/main.svg
115115

116116
[build]: https://travis-ci.org/remarkjs/remark-lint
117117

@@ -141,12 +141,12 @@ abide by its terms.
141141

142142
[health]: https://github.com/remarkjs/.github
143143

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

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

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

150-
[license]: https://github.com/remarkjs/remark-lint/blob/master/license
150+
[license]: https://github.com/remarkjs/remark-lint/blob/main/license
151151

152152
[author]: https://wooorm.com

packages/remark-lint-code-block-style/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
*
1414
* ## Fix
1515
*
16-
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)
16+
* [`remark-stringify`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify)
1717
* formats code blocks using a fence if they have a language flag and
1818
* indentation if not.
1919
* Pass
20-
* [`fences: true`](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify#optionsfences)
20+
* [`fences: true`](https://github.com/remarkjs/remark/tree/HEAD/packages/remark-stringify#optionsfences)
2121
* to always use fences for code blocks.
2222
*
2323
* See [Using remark to fix your Markdown](https://github.com/remarkjs/remark-lint#using-remark-to-fix-your-markdown)

0 commit comments

Comments
 (0)