Improved again instructions readability of static page
[src/xds/xds-server.git] / webapp / src / index.html
index 3109d2e..e863020 100644 (file)
@@ -45,8 +45,9 @@
         #dashbButton {
             font-size: large;
             font-weight: bold;
-            background: none;
+            background: lightgrey;
             color: royalblue;
+            min-height: 5rem;
         }
     </style>
 </head>
 
     <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>
 
     <button id="dashbButton">
-        Try to connect to dashboard
-        <br> http://localhost:8800
+        Click here to connect to XDS Dashboard
+        <br> <small>http://localhost:8800</small>
     </button>
     <script type="text/javascript">
         document.getElementById("dashbButton").onclick = function () {
@@ -80,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>
@@ -92,7 +94,7 @@
             </a>
         </li>
         <li>
-            <a href="http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf">
+            <a href="http://iot.bzh/download/public/XDS/docs/XDS_UsersGuide.pdf">
                 User's guide (PDF file)
                 <i class="fa fa-external-link" aria-hidden="true"></i>
             </a>