summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-10-21 14:23:38 -0400
committerGitHub <noreply@github.com>2020-10-21 14:23:38 -0400
commit0ee2d8871fde1eccb21ca24be27c59eef4cf85c8 (patch)
tree64ee5a34e5e4c42fc78317fd829cea919916ca01 /README.md
parentf1d5756b6ae1aceab655d77ae0f44548cc7d3d0b (diff)
parent30c08cfa85fbb5f77efba0afcb3f4f1158a3c481 (diff)
downloadsdl_core-0ee2d8871fde1eccb21ca24be27c59eef4cf85c8.tar.gz
Merge pull request #3548 from smartdevicelink/hotfix/mobile_api_link_readme
Fix broken Mobile API link in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7e64aa783..0046a0f679 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ SmartDeviceLink (SDL) is a standard set of protocols and messages that connect a
## SDL Core
-The Core component of SDL runs on a vehicle's computing system (head unit). Core’s primary responsibility is to route messages between connected smartphone applications and the vehicle HMI. It can connect a smartphone to a vehicle's head unit via a variety of transport protocols such as Bluetooth, USB, Android AOA, and TCP. Once a connection is established, Core discovers compatible applications and displays them to the driver for interaction via voice or display. The Core component is configured to follow a set of policies defined in its local policy database and updated by a [policy server](https://www.github.com/smartdevicelink/sdl_server). The messaging between a connected application and SDL Core is defined by the [Mobile API](https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/MOBILE_API.xml) and the messaging between SDL Core and the vehicle is defined by the [HMI API](https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml).
+The Core component of SDL runs on a vehicle's computing system (head unit). Core’s primary responsibility is to route messages between connected smartphone applications and the vehicle HMI. It can connect a smartphone to a vehicle's head unit via a variety of transport protocols such as Bluetooth, USB, Android AOA, and TCP. Once a connection is established, Core discovers compatible applications and displays them to the driver for interaction via voice or display. The Core component is configured to follow a set of policies defined in its local policy database and updated by a [policy server](https://www.github.com/smartdevicelink/sdl_server). The messaging between a connected application and SDL Core is defined by the [Mobile API](https://github.com/smartdevicelink/rpc_spec/blob/master/MOBILE_API.xml) and the messaging between SDL Core and the vehicle is defined by the [HMI API](https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml).
Pull Requests Welcome!