Skip to content

Commit 1fbe5e0

Browse files
committed
Refactor profile
1 parent e728e4b commit 1fbe5e0

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed

profile/readme.md

+37-32
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,62 @@
1-
# [![retext][logo]][org]
1+
# [![retext][githubusercontent-logo]][github-retext]
22

3-
[**retext**][monorepo] is a free and open source tool that transforms natural
4-
language with plugins.
3+
**[retext][github-retext]** is a free and open source tool that transforms
4+
natural language with plugins.
55
Plugins can inspect and change prose.
66

7-
* we use [nlcst][] as the syntax tree
8-
* to find plugins, see [`awesome-retext`][awesome], the
9-
[list of plugins][plugins], and the [`retext-plugin` topic][topic]
7+
* we use [nlcst][github-nlcst] as the syntax tree
8+
* to find plugins, see [`retextjs/awesome-retext`][github-retext-awesome],
9+
the [list of plugins][github-retext-plugins],
10+
and the [`retext-plugin` topic][github-topics-retext-plugin]
1011

1112
#### unified
1213

13-
retext is part of the unified collective, which brings together organisations
14-
that work with content as structured data.
14+
**retext** is part of the unified collective,
15+
which brings together organisations that work with content as structured data.
1516

16-
* for more about us, see [`unifiedjs.com`][site]
17-
* for how the collective is governed, see [`unifiedjs/collective`][collective]
18-
* for updates, see [@unifiedjs][twitter] on Twitter
17+
* for more about us,
18+
see [`unifiedjs.com`][unifiedjs]
19+
* for how the collective is governed,
20+
see [`unifiedjs/collective`][github-unified-collective]
1921

2022
#### Get involved
2123

22-
> 👉 **Note**: By interacting with this organization or community you agree to
23-
> abide by our [code of conduct][coc].
24+
This community has a [code of conduct][github-health-code-of-conduct].
25+
You must follow it when interacting with the community.
2426

25-
* for questions, see [support][]
26-
* to help, see [contribute][]
27-
* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs]
27+
* for questions,
28+
see [`support.md`][github-health-support]
29+
* to help,
30+
see [`contributing.md`][github-health-contributing]
31+
* to sponsor,
32+
see [GitHub sponsors][github-sponsors],
33+
[`thanks.dev`][thanks],
34+
or [OpenCollective][]
2835

29-
[logo]: https://raw.githubusercontent.com/retextjs/retext/3420f05/logo.svg?sanitize=true
36+
[github-health-code-of-conduct]: https://github.com/retextjs/.github/blob/main/code-of-conduct.md
3037

31-
[org]: https://github.com/retextjs
38+
[github-health-contributing]: https://github.com/retextjs/.github/blob/main/contributing.md
3239

33-
[monorepo]: https://github.com/retextjs/retext
40+
[github-health-support]: https://github.com/retextjs/.github/blob/main/support.md
3441

35-
[nlcst]: https://github.com/syntax-tree/nlcst
42+
[github-nlcst]: https://github.com/syntax-tree/nlcst
3643

37-
[awesome]: https://github.com/retextjs/awesome
44+
[github-retext-awesome]: https://github.com/retextjs/awesome-retext
3845

39-
[plugins]: https://github.com/retextjs/retext/blob/main/doc/plugins.md#list-of-plugins
46+
[github-retext-plugins]: https://github.com/retextjs/retext/blob/main/doc/plugins.md#list-of-plugins
4047

41-
[topic]: https://github.com/topics/retext-plugin
48+
[github-retext]: https://github.com/retextjs/retext
4249

43-
[site]: https://unifiedjs.com
50+
[github-topics-retext-plugin]: https://github.com/topics/retext-plugin
4451

45-
[twitter]: https://twitter.com/unifiedjs
52+
[github-unified-collective]: https://github.com/unifiedjs/collective
4653

47-
[collective]: https://github.com/unifiedjs/collective
54+
[opencollective]: https://opencollective.com/unified
4855

49-
[coc]: https://github.com/retextjs/.github/blob/main/code-of-conduct.md
56+
[thanks]: https://thanks.dev
5057

51-
[support]: https://github.com/retextjs/.github/blob/main/support.md
58+
[github-sponsors]: https://github.com/sponsors/unifiedjs
5259

53-
[contribute]: https://github.com/retextjs/.github/blob/main/contributing.md
60+
[githubusercontent-logo]: https://raw.githubusercontent.com/retextjs/retext/3420f05/logo.svg?sanitize=true
5461

55-
[oc]: https://opencollective.com/unified
56-
57-
[ghs]: https://github.com/sponsors/unifiedjs
62+
[unifiedjs]: https://unifiedjs.com

0 commit comments

Comments
 (0)