summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-11 09:15:05 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-11 09:15:05 +0200
commit060fb1d9414e2459ce8f1d91a3a3be6ef5b0b9c2 (patch)
tree033ed71ea7140faec56b701dc3724fa0915f5147
parent043312755ec2758d4221eba9cef66a56deab2a24 (diff)
Fix broken link (add missing .html extension)guppy_7.0.4guppy_7.0.3guppy/7.0.4guppy/7.0.37.0.47.0.3guppy
Change-Id: I0729d8d24252f1fac0446ef0036c7f91f9d60d35 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/part-1/create-app-overview.md2
-rwxr-xr-xdocs/part-1/create-app-requirements.md2
-rwxr-xr-xdocs/part-1/debug-overview.md6
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 100644
--- 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.
l.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Different components of the AGL layers are under different licenses (a mix
of MIT and GPLv2). See LICENSE.GPL-2.0-only and LICENSE.MIT for further
details of the individual licenses.

All metadata (e.g. .bb, .bbappend, .bbclass, .inc, templates/* and similar)
is MIT licensed unless otherwise stated.
Source code included in tree for individual recipes (e.g. patches) are under
the LICENSE stated in the associated recipe (.bb file) unless otherwise stated.

License information for any other files (scripts) is either explicitly stated
or defaults to GPL version 2 only.

Individual files can contain the following style tags instead of the full
license text to identify their license:

    SPDX-License-Identifier: GPL-2.0-only
    SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX
License Identifiers that are here available: http://spdx.org/licenses/