8000 Update website · sanscheese/unifiedjs.github.io@4424bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4424bc0

Browse files
committed
Update website
1 parent 6cbee49 commit 4424bc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#### [`unified.js.org`](https://unified.js.org)
1+
#### [`unifiedjs.com`](https://unifiedjs.com)
22

3-
[![screenshot](screenshot.png)](https://unified.js.org)
3+
[![screenshot](screenshot.png)](https://unifiedjs.com)

script/markdown/preset-md.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exports.plugins = [
22
require('remark-preset-wooorm'),
33
[require('remark-retext'), require('../natural-language')()],
44
[require('remark-validate-links'), false],
5-
[require('remark-lint-no-dead-urls'), 'https://unified.js.org'],
5+
[require('remark-lint-no-dead-urls'), 'https://unifiedjs.com'],
66
[require('remark-lint-first-heading-level'), 2],
77
[require('remark-toc'), {heading: 'contents', maxDepth: 2, tight: true}]
88
]

0 commit comments

Comments
 (0)
0