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/4_build-first-app.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/part-1/4_build-first-app.md') 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`). -- cgit 1.2.3-korg