From a9078a6f56bdf091337442df76e828dda9898ce7 Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Thu, 25 Aug 2016 13:22:47 -0400 Subject: [PATCH] Fixed broken internal links --- docs/BasicCommunication/OnStartDeviceDiscovery/index.md | 4 ++-- docs/Getting Started/index.md | 2 +- docs/Getting Started/index_zh-hans.md | 2 +- docs/Overview/index.md | 2 +- docs/Overview/index_zh-hans.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/BasicCommunication/OnStartDeviceDiscovery/index.md b/docs/BasicCommunication/OnStartDeviceDiscovery/index.md index 1c112dd81..d3c18bf07 100644 --- a/docs/BasicCommunication/OnStartDeviceDiscovery/index.md +++ b/docs/BasicCommunication/OnStartDeviceDiscovery/index.md @@ -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. !!! diff --git a/docs/Getting Started/index.md b/docs/Getting Started/index.md index 774944d4f..0712bdf79 100644 --- a/docs/Getting Started/index.md +++ b/docs/Getting Started/index.md @@ -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: diff --git a/docs/Getting Started/index_zh-hans.md b/docs/Getting Started/index_zh-hans.md index 8410fff20..42e0d0520 100755 --- a/docs/Getting Started/index_zh-hans.md +++ b/docs/Getting Started/index_zh-hans.md @@ -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 组件的可用性: diff --git a/docs/Overview/index.md b/docs/Overview/index.md index 42076756c..fc0bef292 100644 --- a/docs/Overview/index.md +++ b/docs/Overview/index.md @@ -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. diff --git a/docs/Overview/index_zh-hans.md b/docs/Overview/index_zh-hans.md index dd4486ace..8a41403b2 100755 --- a/docs/Overview/index_zh-hans.md +++ b/docs/Overview/index_zh-hans.md @@ -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去利用这些消息内容带来最好的用户体验