Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBogdan <bogdanmarginean@ymail.com>2017-01-31 22:35:42 +0300
committerBogdan <bogdanmarginean@ymail.com>2017-01-31 22:35:42 +0300
commite712edba4e8d70b9b22ccb0db088b85134f44311 (patch)
tree3579f66f7ae9e7f343ca71604436ba64d470a564 /docs
parent35d8024aaab3ba8fbcb2e3f39ea44637c72aaf19 (diff)
[Tutorial] Fix icon set url
Diffstat (limited to 'docs')
-rw-r--r--docs/src/tutorials/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md
index ec4adef2b..fc5f47971 100644
--- a/docs/src/tutorials/index.md
+++ b/docs/src/tutorials/index.md
@@ -341,7 +341,7 @@ domain objects of this type.
* The `name` of "To-Do List" is the human-readable name for this type, and will
be shown to users.
* The `cssclass` maps to an icon that will be shown for each To-Do List. The icons
-are defined in our [custom open MCT icon set](platform/commonUI/general/res/sass/_glyphs.scss).
+are defined in our [custom open MCT icon set](https://github.com/nasa/openmct/blob/master/platform/commonUI/general/res/sass/_glyphs.scss).
A complete list of available icons will be provided in the future.
* The `description` is also human-readable, and will be used whenever a longer
explanation of what this type is should be shown.