Skip to content

Commit ee60d70

Browse files
committed
Update community health files
1 parent 3078840 commit ee60d70

File tree

3 files changed

+18
-213
lines changed

3 files changed

+18
-213
lines changed

code-of-conduct.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

contributing.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

readme.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
393393
* [`hast-util-assert`](https://github.com/syntax-tree/hast-util-assert)
394394
— Assert HAST nodes
395395
* [`hast-util-class-list`](https://github.com/brechtcs/hast-util-class-list)
396-
— Simulate the browser’s `classList` API for HAST nodes
396+
— Simulate the browser’s `classList` API for HAST nodes
397397
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
398398
— Check if `node` is embedded content
399399
* [`hast-util-find-and-replace`](https://github.com/syntax-tree/hast-util-find-and-replace)
@@ -563,21 +563,18 @@ The rest is sorted alphabetically based on content after `hast-util-`
563563

564564
## Contribute
565565

566-
**hast** is built by people just like you!
567-
Check out [`contributing.md`][contributing] for ways to get started.
566+
See [`contributing.md`][contributing] in [`syntax-tree/.github`][health] for
567+
ways to get started.
568+
See [`support.md`][support] for ways to get help.
569+
Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas].
570+
571+
A curated list of awesome syntax-tree, unist, hast, mdast, and nlcst resources
572+
can be found in [awesome syntax-tree][awesome].
568573

569574
This project has a [Code of Conduct][coc].
570575
By interacting with this repository, organisation, or community you agree to
571576
abide by its terms.
572577

573-
Want to chat with the community and contributors?
574-
Join us in [spectrum][chat]!
575-
576-
Have an idea for a cool new utility or tool?
577-
That’s great!
578-
If you want feedback, help, or just to share it with the world you can do so by
579-
creating an issue in the [`syntax-tree/ideas`][ideas] repository!
580-
581578
## Acknowledgments
582579

583580
The initial release of this project was authored by
@@ -603,19 +600,23 @@ for contributing to hast and related projects!
603600

604601
<!-- Definitions -->
605602

606-
[contributing]: contributing.md
603+
[health]: https://github.com/syntax-tree/.github
607604

608-
[coc]: code-of-conduct.md
605+
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
609606

610-
[license]: https://creativecommons.org/licenses/by/4.0/
607+
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
611608

612-
[author]: https://wooorm.com
609+
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
613610

614-
[logo]: https://raw.githubusercontent.com/syntax-tree/hast/ec9bdf3/logo.svg?sanitize=true
611+
[awesome]: https://github.com/syntax-tree/awesome-syntax-tree
615612

616613
[ideas]: https://github.com/syntax-tree/ideas
617614

618-
[chat]: https://spectrum.chat/unified/rehype
615+
[license]: https://creativecommons.org/licenses/by/4.0/
616+
617+
[author]: https://wooorm.com
618+
619+
[logo]: https://raw.githubusercontent.com/syntax-tree/hast/ec9bdf3/logo.svg?sanitize=true
619620

620621
[releases]: https://github.com/syntax-tree/hast/releases
621622

0 commit comments

Comments
 (0)