diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 21:48:26 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 21:48:26 +0200 |
commit | 300f37b2111673323948698752a88d4a97a7947b (patch) | |
tree | 80ccbd0d2b04312ac29075c5c1d44168f107dac2 /webapp | |
parent | 1c670687bb4c912ce954391f5478d947a712f8e1 (diff) |
Update doc link and clarify instructions
Change-Id: If8ca1ce6d0fb33e7e9a684391ec4b856073dc48e
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/src/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webapp/src/index.html b/webapp/src/index.html index b7f6264..c784ae1 100644 --- a/webapp/src/index.html +++ b/webapp/src/index.html @@ -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> |