Skip to content

Commit cf59a5e

Browse files
committed
Refactor profile
1 parent 76e2efe commit cf59a5e

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

profile/readme.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
1-
# [![syntax-tree][logo]][org]
1+
# [![syntax-tree][githubusercontent-logo]][github-syntax-tree]
22

33
**`syntax-tree`** is an organization that contains 100+ projects that deal with
4-
syntax trees based on **[unist][]**.
4+
syntax trees based on **[unist][github-unist]**.
55
These trees typically deal with content:
6-
markdown (**[mdast][]**),
7-
HTML (**[hast][]**),
8-
natural language (**[nlcst][]**),
9-
XML (**[xast][]**),
10-
but also JavaScript (**[esast][]**).
6+
markdown (**[mdast][github-mdast]**),
7+
HTML (**[hast][github-hast]**),
8+
natural language (**[nlcst][github-nlcst]**),
9+
XML (**[xast][github-xast]**),
10+
but also JavaScript (**[esast][github-esast]**).
1111

1212
* to learn unist,
13-
see [its readme][unist]
13+
see [its readme][github-unist]
1414
* you can use syntax trees without having to deal with them,
15-
by using **[unified][]** and its plugins
15+
by using **[unified][github-unified]** and its plugins
1616

1717
#### unified
1818

1919
**`syntax-tree`** is part of the unified collective,
2020
which brings together organisations that work with content as structured data.
2121

2222
* for more about us,
23-
see [`unifiedjs.com`][site]
23+
see [`unifiedjs.com`][unifiedjs]
2424
* for how the collective is governed,
25-
see [`unifiedjs/collective`][collective]
26-
* for updates,
27-
see [@unifiedjs][twitter] on Twitter
25+
see [`unifiedjs/collective`][github-unified-collective]
2826

2927
#### Get involved
3028

31-
> 👉 **Note**: by interacting with this organization or community you agree to
32-
> abide by our [code of conduct][coc].
29+
This community has a [code of conduct][github-health-code-of-conduct].
30+
You must follow it when interacting with the community.
3331

3432
* for questions,
35-
see [support][]
33+
see [`support.md`][github-health-support]
3634
* to help,
37-
see [contribute][]
35+
see [`contributing.md`][github-health-contributing]
3836
* to sponsor,
39-
see [OpenCollective][oc] or [GitHub sponsors][ghs]
37+
see [GitHub sponsors][github-sponsors],
38+
[`thanks.dev`][thanks],
39+
or [OpenCollective][]
4040

41-
[logo]: https://raw.githubusercontent.com/syntax-tree/unist/367da2e/logo.svg?sanitize=true
41+
[github-esast]: https://github.com/syntax-tree/esast
4242

43-
[org]: https://github.com/syntax-tree
43+
[github-hast]: https://github.com/syntax-tree/hast
4444

45-
[unist]: https://github.com/syntax-tree/unist
45+
[github-health-code-of-conduct]: https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
4646

47-
[mdast]: https://github.com/syntax-tree/mdast
47+
[github-health-contributing]: https://github.com/syntax-tree/.github/blob/main/contributing.md
4848

49-
[hast]: https://github.com/syntax-tree/hast
49+
[github-health-support]: https://github.com/syntax-tree/.github/blob/main/support.md
5050

51-
[nlcst]: https://github.com/syntax-tree/nlcst
51+
[github-mdast]: https://github.com/syntax-tree/mdast
5252

53-
[xast]: https://github.com/syntax-tree/xast
53+
[github-nlcst]: https://github.com/syntax-tree/nlcst
5454

55-
[esast]: https://github.com/syntax-tree/esast
55+
[github-syntax-tree]: https://github.com/syntax-tree
5656

57-
[unified]: https://github.com/unifiedjs/unified
57+
[github-unist]: https://github.com/syntax-tree/unist
5858

59-
[site]: https://unifiedjs.com
59+
[github-xast]: https://github.com/syntax-tree/xast
6060

61-
[twitter]: https://twitter.com/unifiedjs
61+
[github-unified-collective]: https://github.com/unifiedjs/collective
6262

63-
[collective]: https://github.com/unifiedjs/collective
63+
[github-unified]: https://github.com/unifiedjs/unified
6464

65-
[coc]: https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
65+
[opencollective]: https://opencollective.com/unified
6666

67-
[support]: https://github.com/syntax-tree/.github/blob/main/support.md
67+
[thanks]: https://thanks.dev
6868

69-
[contribute]: https://github.com/syntax-tree/.github/blob/main/contributing.md
69+
[github-sponsors]: https://github.com/sponsors/unifiedjs
7070

71-
[oc]: https://opencollective.com/unified
71+
[githubusercontent-logo]: https://raw.githubusercontent.com/syntax-tree/unist/367da2e/logo.svg?sanitize=true
7272

73-
[ghs]: https://github.com/sponsors/unifiedjs
73+
[unifiedjs]: https://unifiedjs.com

0 commit comments

Comments
 (0)