aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-22 15:56:55 -0400
committerKen Moore <ken@ixsystems.com>2017-05-22 15:56:55 -0400
commit2bcce8ccdf0b0f2e6379f43ecc8438cc196f4bd8 (patch)
tree7f570a343975426c09be190a08fef495098dc164 /README.md
parentCommit my WIP on the new icon cache/loading systems for Lumina. (diff)
parentMerge pull request #421 from fjs-github/workspace-switcher-fix-01 (diff)
downloadlumina-2bcce8ccdf0b0f2e6379f43ecc8438cc196f4bd8.tar.gz
lumina-2bcce8ccdf0b0f2e6379f43ecc8438cc196f4bd8.tar.bz2
lumina-2bcce8ccdf0b0f2e6379f43ecc8438cc196f4bd8.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81a8e20c..7803e6a5 100644
--- a/README.md
+++ b/README.md
@@ -113,8 +113,7 @@ A number of [Sphinx](http://www.sphinx-doc.org/en/stable/) generated reStructure
### TrueOS Handbook <a name="trueosdoc"></a>
-TrueOS documentation is hosted on the [TrueOS website](https://www.trueos.org).
-The [TrueOS User Guide](https://www.trueos.org/handbook/trueos.html) is a comprehensive guide to install TrueOS, along with post-installation configuration help, recommendations for useful utilities and applications, and a help and support section containing solutions for common issues and links to community and development chat channels for uncommon issues. There is also a chapter describing the experimental TrueOS Pico project and links to the Lumina and SysAdm documentation.
+The [TrueOS User Guide](https://www.trueos.org/handbook/trueos.html) is a comprehensive guide to install TrueOS, along with post-installation configuration help, recommendations for useful utilities and applications, and a help and support section containing solutions for common issues and links to community and development chat channels for uncommon issues. There is also a chapter describing the experimental TrueOS Pico project and links to the Lumina and SysAdm documentation. All TrueOS documentation is hosted on the [TrueOS website](https://www.trueos.org).
### Lumina Handbook <a name="luminadoc"></a>
bgstack15