aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-09 21:57:14 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-06-09 21:57:14 +0000
commitd115c284cedfe83e0ee910d336f621cd22e97b93 (patch)
tree110c28cee7075a35b85bb42f3f774a3d09f3b0dd
parentc850f10572d9252f7650065d5a305ca3739fea13 (diff)
parent09b0abb8dfcbdae2f3c6bd1c3e20fb1bd83b0d40 (diff)
Merge "Docs:Fix expired link and typo."
-rw-r--r--doc/ApplicationGuide.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/ApplicationGuide.md b/doc/ApplicationGuide.md
index 981bdbc..0484bc2 100644
--- a/doc/ApplicationGuide.md
+++ b/doc/ApplicationGuide.md
@@ -2,24 +2,24 @@
## Table of content
-- [Target reader of this document](#Target\ reader\ of\ this\ document)
-- [Overview](#Overview)
- - [Supported usecase](#Supported\ usecase)
-- [Getting Started](#Getting\ Started)
- - [Build](#Build)
- - [Install](#Install)
- - [Bitbake](#Bitbake)
- - [Enable to call Window Manager](#Enable\ to\ call\ Window\ Manager)
-- [Software Architecture](#Software\ Architecture)
-- [Sequence](#Sequence)
-- [API reference](#API\ reference)
- - [Request to Window Manager](#Request\ to\ Window\ Manager)
- - [Event from Window Manager](#Event\ from\ Window\ Manager)
- - [Client Library](#Client\ library)
-- [Sample code](#Sample\ code)
-- [Policy Manager](#Policy\ Manager)
- - [Enabling split](#Enabling\ split)
-- [Release Note](#Release\ Note)
+- [Target reader of this document](#target-reader-of-this-document)
+- [Overview](#overview)
+ - [Supported usecase](#supported-usecase)
+- [Getting Started](#getting-started)
+ - [Build](#build-by-sdk)
+ - [Install](#install)
+ - [Bitbake](#bitbake)
+ - [Enable to call Window Manager](#enable-to-call-window-manager)
+- [Software Architecture](#software-architecture)
+- [Sequence](#sequence)
+- [API reference](#api-reference)
+ - [Request to Window Manager](#request-to-window-manager)
+ - [Event from Window Manager](#event-from-window-manager)
+ - [Client Library](#client-library)
+- [Sample code](#sample-code)
+- [Policy Manager](#policy-manager)
+ - [Enabling split](#enabling-split)
+- [Release Note](#release-note)
| Version | Author | Updated at |
|:-:|:-:|:-:|
@@ -178,7 +178,7 @@ This library provides a function style API calling interface.
So you can include the libwindowmanager.hpp header file, and can link against this library.
Please also refer to the sample application.
-See also our [Sample code](#Sample\ code).
+See also our [Sample code](#sample-code).
* * *
@@ -851,7 +851,7 @@ Typical implementation of Qt application.
- Repo: `git clone https://gerrit.automotivelinux.org/gerrit/apps/radio`
- Repo: `git clone https://gerrit.automotivelinux.org/gerrit/apps/videoplayer`
-This is the good example to write more simply for Qt application using QtAGLExtra.
+This is the good example to write more simply for Qt application using QtAGLExtras.
## Policy Manager