Skip to content

Commit adab22d

Browse files
committed
Change master in links to HEAD
1 parent 4c1d154 commit adab22d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function serializeAttribute(ctx, key, value) {
178178
// </svg>
179179
// ```
180180
//
181-
// See: <https://github.com/wooorm/property-information/blob/master/lib/svg.js>
181+
// See: <https://github.com/wooorm/property-information/blob/main/lib/svg.js>
182182
return name
183183
}
184184

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Use [`hast-util-santize`][sanitize] to make the hast tree safe.
188188

189189
* [`hast-util-sanitize`][sanitize]
190190
— Sanitize hast nodes
191-
* [`rehype-stringify`](https://github.com/wooorm/rehype/tree/master/packages/rehype-stringify)
191+
* [`rehype-stringify`](https://github.com/rehypejs/rehype/tree/HEAD/packages/rehype-stringify)
192192
— Wrapper around this project for [**rehype**](https://github.com/wooorm/rehype)
193193

194194
## Contribute
@@ -239,11 +239,11 @@ abide by its terms.
239239

240240
[author]: https://wooorm.com
241241

242-
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
242+
[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md
243243

244-
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
244+
[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md
245245

246-
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
246+
[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md
247247

248248
[html-void-elements]: https://github.com/wooorm/html-void-elements
249249

0 commit comments

Comments
 (0)