From 168e88852476d54e433732dd349daf77535e1e9e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 5 Jan 2018 17:47:27 +0100 Subject: Fixed cross-pages links Signed-off-by: Sebastien Douheret --- docs/part-1/3_install-sdks.md | 2 +- docs/part-1/4_build-first-app.md | 8 ++++---- docs/part-1/5_debug-first-app.md | 2 +- docs/part-2/1_xds-server.md | 4 ++-- docs/part-2/5_xds-exec.md | 2 +- 5 files changed, 9 insertions(+), 9 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 diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md index 310cbc6..47e3e14 100644 --- a/docs/part-2/1_xds-server.md +++ b/docs/part-2/1_xds-server.md @@ -16,7 +16,7 @@ exposes a REST interface over HTTP. projects files from user machine to build server machine or container. `xds-server` is commonly running on a build server (within a container or not) -and [xds-agent](2_xds-agent.md) must run on the developer/user machine in order +and [xds-agent](2_xds-agent.html) must run on the developer/user machine in order to setup the following connection chain: ```schema @@ -356,7 +356,7 @@ xdg-open http://localhost:8000 Then follow instructions provided on this page to install and start `xds-agent` that must run locally on your machine. -See also [xds-agent documentation](2_xds-agent.md) for more details. +See also [xds-agent documentation](2_xds-agent.html) for more details. ## Build xds-server from scratch diff --git a/docs/part-2/5_xds-exec.md b/docs/part-2/5_xds-exec.md index f656534..4a36f87 100644 --- a/docs/part-2/5_xds-exec.md +++ b/docs/part-2/5_xds-exec.md @@ -2,4 +2,4 @@ `xds-exec` is now deprecated and has been replaced `exec` command of `xds-cli`. -Please refer to [xds-cli documentation](./3_xds-cli.md) for more details. +Please refer to [xds-cli documentation](3_xds-cli.html) for more details. -- cgit 1.2.3-korg