]> gitweb.factorcode.org Git - factor.git/commitdiff
README.md: Add guided tour, link to web docs
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 20:06:40 +0000 (13:06 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 20:07:01 +0000 (13:07 -0700)
README.md

index dab7c036336b8b0d244de1caa0fd16766619201a..eadbc693341c5322e19b72486d0c8498c3973c9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,12 +67,20 @@ The nightly builds are usually a better experience than the point releases.
 
 ### Learning Factor
 
-A tutorial is available that can be accessed from the Factor environment:
+A [tutorial](https://docs.factorcode.org/content/article-first-program.html)
+is available that can be accessed from the Factor environment:
 
 ```factor
 "first-program" help
 ```
 
+Take a look at a [guided
+tour](https://docs.factorcode.org/content/article-tour.html) of Factor:
+
+```
+"tour" help
+```
+
 Some demos that are included in the distribution to show off various features:
 
 ```factor