diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:47:27 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:47:27 +0100 |
commit | 168e88852476d54e433732dd349daf77535e1e9e (patch) | |
tree | 6be1a82ff22ae33ceba5b0f99b1caf290fe90caf /docs/part-1 | |
parent | 9358c9fb4b198adf8594cedd6b8941d88dec63e9 (diff) |
Fixed cross-pages links
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1')
-rw-r--r-- | docs/part-1/3_install-sdks.md | 2 | ||||
-rw-r--r-- | docs/part-1/4_build-first-app.md | 8 | ||||
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/part-1/3_install-sdks.md b/docs/part-1/3_install-sdks.md index 80ee010..4755b95 100644 --- a/docs/part-1/3_install-sdks.md +++ b/docs/part-1/3_install-sdks.md @@ -90,5 +90,5 @@ Note that you can abort installation by clicking on `CANCEL` button. ## More info -Please refer to [xds-server](../part-2/1_xds-server.md) chapter for more details +Please refer to [xds-server](../part-2/1_xds-server.html) chapter for more details about SDKs management. diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md index e6bf70b..997a4b9 100644 --- a/docs/part-1/4_build-first-app.md +++ b/docs/part-1/4_build-first-app.md @@ -3,10 +3,10 @@ ## Prerequisites - `xds-agent` is running locally on your machine - (see previous chapter: [Installing XDS client tools](./1_install-client.md) ) + (see previous chapter: [Installing XDS client tools](./1_install-client.html) ) - `xds-server` is running locally in a docker container or is accessible on your - network (see previous chapter: [Installing XDS server](./2_install-xds-server.md)) -- one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](3_install-sdks.md)) + network (see previous chapter: [Installing XDS server](./2_install-xds-server.html)) +- one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](3_install-sdks.html)) - XDS configuration is correct: in other words, connection is correctly established between `xds-agent` and `xds-server` and no error message is displayed when you open XDS Dashboard in a web browser. @@ -71,7 +71,7 @@ your local disk. ### Declare project from command line -Use XDS command line tool named [xds-cli](./part2/3_xds-cli.md) to declare your +Use XDS command line tool named [xds-cli](./part2/3_xds-cli.html) to declare your project from command line and more precisely the `projects add` command (short option: `prj add`). diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index c75efd4..2a27177 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -92,7 +92,7 @@ Example of gdb init file where we define project and sdk ID: ### XDS remote debugging mode First the project you want to debug must be declared on an xds-server and this -project may also has been built using using XDS (see [Create your first AGL application](./4_build-first-app.md) for more details). +project may also has been built using using XDS (see [Create your first AGL application](./4_build-first-app.html) for more details). So to debug it you need to have the XDS agent - server chain in place and you also need the project and sdk unique id. You can find these IDs in project |