diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-06-11 09:13:11 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-06-11 09:13:11 +0200 |
commit | e504386f0b143d78600915addfece883dbf382f5 (patch) | |
tree | db37d1127dd838a8666e522a5a2ce1e3abad1a5a | |
parent | cdad65be05e974bbad6eb184376feac4e318a649 (diff) |
Fix broken link (add missing .html extension)
Change-Id: Ib2090045eaba811c71b3f3d24fe271124a4bf6f2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rwxr-xr-x | docs/part-1/create-app-overview.md | 2 | ||||
-rwxr-xr-x | docs/part-1/create-app-requirements.md | 2 | ||||
-rwxr-xr-x | docs/part-1/debug-overview.md | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/part-1/create-app-overview.md b/docs/part-1/create-app-overview.md index 567a0fe..f673860 100755 --- a/docs/part-1/create-app-overview.md +++ b/docs/part-1/create-app-overview.md @@ -19,7 +19,7 @@ You can build the application several ways: - Use the XDS Client [Dashboard](create-app-build-dashboard.html) - Use a third-party Interactive Development Environment - ([IDE](create-app-build-ide)) application + ([IDE](create-app-build-ide.html)) application (e.g. NetBeans, Visual Studio, and so forth). The following figure overviews the XDS application development process: diff --git a/docs/part-1/create-app-requirements.md b/docs/part-1/create-app-requirements.md index 05b14df..5a1c9f4 100755 --- a/docs/part-1/create-app-requirements.md +++ b/docs/part-1/create-app-requirements.md @@ -10,7 +10,7 @@ sure you have satisfied the requirements described in this section. - The server is running locally in a Docker container or is accessible on your network For information about the server and how to install it, see the - "[Server Part](server-part)" topic. + "[Server Part](server-part.html)" topic. - one or more Software Development Kits (SDKs) are installed. For information on installing an SDK, see the diff --git a/docs/part-1/debug-overview.md b/docs/part-1/debug-overview.md index 25cb30d..5f579ee 100755 --- a/docs/part-1/debug-overview.md +++ b/docs/part-1/debug-overview.md @@ -31,6 +31,6 @@ See the on XDS configuration variables. The remainder of this topic describes -[configurations](./debug-configuration), using the XDS -[command line](./debug-cmd-line) to debug, and using an -[IDE](./debug-ide) to debug. +[configurations](./debug-configuration.html), using the XDS +[command line](./debug-cmd-line.html) to debug, and using an +[IDE](./debug-ide.html) to debug. |