diff options
Diffstat (limited to 'docs/part-1/4_build-first-app.md')
-rw-r--r-- | docs/part-1/4_build-first-app.md | 8 |
1 files changed, 4 insertions, 4 deletions
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`). |