summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordyn Mackool <Jordyn@livio.io>2019-04-30 09:20:17 -0400
committerJordyn Mackool <Jordyn@livio.io>2019-04-30 09:20:17 -0400
commit646624f514ac143da30727f000bc16a678839341 (patch)
tree7671d2ca66e604e0dda5bc5122600faabfe6a32d /README.md
parenta1ff61a1f4424e20a32f41e2bea857496eb7135a (diff)
downloadsdl_android-646624f514ac143da30727f000bc16a678839341.tar.gz
Update README.md
Added Java Links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc14ef3ff..0cac04111 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ SmartDeviceLink (SDL) is a standard set of protocols and messages that connect a
* The [Core](https://github.com/smartdevicelink/sdl_core) component is the software which Vehicle Manufacturers (OEMs) implement in their vehicle head units. Integrating this component into their head unit and HMI based on a set of guidelines and templates enables access to various smartphone applications.
* The optional [SDL Server](https://github.com/smartdevicelink/sdl_server) can be used by Vehicle OEMs to update application policies and gather usage information for connected applications.
- * The [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_android) libraries are implemented by app developers into their applications to enable command and control via the connected head unit.
- * The JavaSE (Embedded) and JavaEE (Cloud) libraries, written in Java, are implemented by app developers into their applications to enable command and control of a connected head unit.
+ * The [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_java_suite) libraries are implemented by app developers into their applications to enable command and control via the connected head unit.
+ * The [JavaSE](https://github.com/smartdevicelink/sdl_java_suite) (Embedded) and [JavaEE] (https://github.com/smartdevicelink/sdl_java_suite) (Cloud) libraries, written in Java, are implemented by app developers into their applications to enable command and control of a connected head unit.
Pull Requests Welcome!