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/4_build-first-app.md | |
parent | 9358c9fb4b198adf8594cedd6b8941d88dec63e9 (diff) |
Fixed cross-pages links
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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`). |