Big Rename: /opt/planetstack -> /opt/xos in helloworld example
diff --git a/planetstack/core/xoslib/dashboards/helloworld.html b/planetstack/core/xoslib/dashboards/helloworld.html
index 48badb6..91dde39 100644
--- a/planetstack/core/xoslib/dashboards/helloworld.html
+++ b/planetstack/core/xoslib/dashboards/helloworld.html
@@ -1,4 +1,4 @@
-<!-- /opt/planetstack/templates/admin/dashboard/helloworld.html -->
+<!-- /opt/xos/templates/admin/dashboard/helloworld.html -->
 <div>Hello, {{ user.firstname }} {{ user.lastname }}.</div>
 <div>This is the hello world view. The value of foobar is {{ foobar }}.</div>
 <div id="dynamicTableOfInterestingThings"></div>