Skip to content

Commit 2b92cb8

Browse files
RESOURCES.md - reference-style links (#174)
1 parent 4133f08 commit 2b92cb8

1 file changed

Lines changed: 28 additions & 12 deletions

File tree

docs/RESOURCES.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
# Recommended learning resources
22

3-
* The [Official Factor Documentation](http://docs.factorcode.org).
4-
* The [Factor GitHub Repository Wiki](http://github.com/factor/factor/wiki).
5-
* [Björn Lindqvist's Factor Playground](http://github.com/bjourne/playground-factor).
6-
* [Learn X in Y Minutes, where X = Factor](http://learnxinyminutes.com/docs/factor).
7-
* [Factor on RosettaCode](http://rosettacode.org/wiki/Category:Factor).
8-
* The [Concatenative.org Factor Wiki](concatenative.org/wiki/view/Factor).
9-
* The [`factor-lang` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/factor-lang).
10-
* The [Factor Mailing List](http://concatenative.org/wiki/view/Factor/Mailing%20list).
11-
* The [Factor IRC Channel](http://concatenative.org/wiki/view/Concatenative%20IRC%20channel).
12-
* The [Joy](http://enwp.org/Joy_%28programming_language%29) and [Forth](http://enwp.org/Forth_%28programming_language%29) programming languages.
13-
* The [Common Lisp Object System](http://enwp.org/Common_Lisp_Object_System).
14-
* [Factor itself](http://github.com/factor/factor).
3+
* The [Official Factor Documentation][official-docs].
4+
* The [Factor GitHub Repository Wiki][github-wiki].
5+
* [Björn Lindqvist's Factor Playground][playground-factor].
6+
* [Learn X in Y Minutes, where X = Factor][learn-x-in-y-minutes].
7+
* [Factor on RosettaCode][rosetta-code].
8+
* The [Concatenative.org Factor Wiki][concatenative-wiki].
9+
* The [`factor-lang` tag on Stack Overflow][stack-overflow].
10+
* The [Factor Mailing List][mailing-list].
11+
* The [Factor IRC Channel][irc-channel].
12+
* The [Joy][joy] and [Forth][forth] programming languages.
13+
* The [Common Lisp Object System][clos].
14+
* [Factor itself][factor-repo].
15+
* [Factor Discord][discord].
16+
17+
[official-docs]: https://docs.factorcode.org/
18+
[github-wiki]: https://github.com/factor/factor/wiki
19+
[playground-factor]: https://github.com/bjourne/playground-factor
20+
[learn-x-in-y-minutes]: https://learnxinyminutes.com/docs/factor
21+
[rosetta-code]: https://rosettacode.org/wiki/Category:Factor
22+
[concatenative-wiki]: https://concatenative.org/wiki/view/Factor
23+
[stack-overflow]: https://stackoverflow.com/questions/tagged/factor-lang
24+
[mailing-list]: https://concatenative.org/wiki/view/Factor/Mailing%20list
25+
[irc-channel]: https://concatenative.org/wiki/view/Concatenative%20IRC%20channel
26+
[joy]: https://enwp.org/Joy_%28programming_language%29
27+
[forth]: https://enwp.org/Forth_%28programming_language%29
28+
[clos]: https://enwp.org/Common_Lisp_Object_System
29+
[factor-repo]: https://github.com/factor/factor
30+
[discord]: https://discord.gg/QxJYZx3QDf

0 commit comments

Comments
 (0)