Skip to content

Commit

Permalink
Fixed broken internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkeeler committed Aug 25, 2016
1 parent b04b0e1 commit a9078a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/BasicCommunication/OnStartDeviceDiscovery/index.md
Expand Up @@ -4,11 +4,11 @@
* Sender: HMI
* Purpose: Initiate device search

On receipt of this notification SDL starts searching for devices on all available transports. Afterwards, SDL provides the search results via [UpdateDeviceList](../UpdateDeviceList).
On receipt of this notification SDL starts searching for devices on all available transports. Afterwards, SDL provides the search results via [UpdateDeviceList](../updatedevicelist).

!!! note

This RPC tells SDL to initiate a new device search. The [OnUpdateDeviceList](../OnUpdateDeviceList) RPC asks SDL for the results of the most recent device query.
This RPC tells SDL to initiate a new device search. The [OnUpdateDeviceList](../onupdatedevicelist) RPC asks SDL for the results of the most recent device query.

!!!

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/index.md
Expand Up @@ -17,7 +17,7 @@ var JSONMessage = {

The possible componentNames are `UI`, `Buttons`, `BasicCommunication`, `VR`, `TTS`, `Navigation`, and `VehicleInfo`

Once the components are registered, the HMI must notify sdl that it is ready to begin further communication using the [BasicCommunication.OnReady](../BasicCommunication/OnReady) notification.
Once the components are registered, the HMI must notify sdl that it is ready to begin further communication using the [BasicCommunication.OnReady][../basiccommunication/onready] notification.

Upon receipt of the OnReady notification, SDL will begin checking the availablility of the different HMI components via a chain a requests:

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/index_zh-hans.md
Expand Up @@ -17,7 +17,7 @@ var JSONMessage = {

可能的组件名称是 `UI`, `Buttons`, `BasicCommunication`, `VR`, `TTS`, `Navigation``VehicleInfo`

一旦这些组件被注册, HMI必须通知sdl, 它已经准备开始使用[BasicCommunication.OnReady](../BasicCommunication/OnReady)进行之后的通讯通知.
一旦这些组件被注册, HMI必须通知sdl, 它已经准备开始使用[BasicCommunication.OnReady](../basiccommunication/onready)进行之后的通讯通知.

收到 OnReady 通知后,SDL 将开始通过响应链接请求来检查不同 HMI 组件的可用性:

Expand Down
2 changes: 1 addition & 1 deletion docs/Overview/index.md
Expand Up @@ -18,7 +18,7 @@ This guideline describes:
## How to use this guide
The SDL HMI Integration guidelines may seem daunting at first, but we're not asking you to read them from cover to cover at the start of your exploration into SDL. We recommend an implementation of SDL HMI as follows

1. Get connected to SDL by following the [Getting Started](../Getting Started) portion of these guidelines
1. Get connected to SDL by following the [Getting Started](../getting-started) portion of these guidelines
2. Once you're connected and registered, connect a sample app such as the [iOS RPC Builder](https://github.com/smartdevicelink/rpc_builder_app_ios) to start to understand the RPC messaging layer in SDL between core and your HMI.
3. From there, you'll notice messages such as BasicCommunication.UpdateAppList. Use this guide to understand what those messages mean and how they can be leveraged in your HMI to provide the best possible user experience.

Expand Down
2 changes: 1 addition & 1 deletion docs/Overview/index_zh-hans.md
Expand Up @@ -20,7 +20,7 @@ SDL 是安装在 HU 中的系统,允许移动设备上的已连接应用程序

SDL HMI 集成指南在初见的时候会让你感觉望而却步, 但是我们并不是让你在开始探索SDL技术的时候按部就班的完整阅读. 我们推荐按以下步骤实现

1. 可以从[入门](../Getting Started)开始连接SDL
1. 可以从[入门](../getting-started)开始连接SDL
2. 一旦你连接并且注册成功, 请使用一个事例程序[iOS RPC Builder](https://github.com/smartdevicelink/rpc_builder_app_ios)开始理解SDL在Core和你的HMI的RPC消息处理机制
3. 至此, 你会发现例如`BasicCommunication.UpdateAppList`这样的消息. 使用这个手册去理解这些消息是什么和怎么让你的HMI去利用这些消息内容带来最好的用户体验

Expand Down

0 comments on commit a9078a6

Please sign in to comment.