Update doc link and clarify instructions 45/16945/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 4 Oct 2018 19:48:26 +0000 (21:48 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 4 Oct 2018 19:48:26 +0000 (21:48 +0200)
Change-Id: If8ca1ce6d0fb33e7e9a684391ec4b856073dc48e
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
lib/xdsserver/sdks.go
webapp/src/index.html

index 47d48d5..5a8a1fa 100644 (file)
@@ -103,7 +103,7 @@ func SDKsConstructor(ctx *Context) (*SDKs, error) {
                }
        }
 
-       ctx.Log.Debugf("Cross SDKs: %d defined, %d installed", len(s.Sdks), nbInstalled)
+       ctx.Log.Infof("Cross SDKs: %d defined, %d installed", len(s.Sdks), nbInstalled)
 
        // Start monitor thread to detect new SDKs
        sdksDirs := []string{}
index b7f6264..c784ae1 100644 (file)
@@ -58,8 +58,9 @@
 
     <h1 id="title">X(cross) Development System</h1>
 
-    <h2>Please start XDS agent on your machine
-        <br> and
+    <h2>Please <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/2_install-client.html">
+            install and start XDS agent <i class="fa fa-external-link" aria-hidden="true"></i></a>
+        <br> on your host first and then
         <br> connect to XDS Dashboard
     </h2>
 
@@ -81,7 +82,7 @@
     <h2>For more information, please refer to XDS User's Guide:</h2>
     <ul>
         <li>
-            <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1_install-client.html">
+            <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/2_install-client.html">
                 Install instructions
                 <i class="fa fa-external-link" aria-hidden="true"></i>
             </a>