summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjordynmackool <42153846+jordynmackool@users.noreply.github.com>2019-04-30 10:59:40 -0400
committerGitHub <noreply@github.com>2019-04-30 10:59:40 -0400
commit209c17ebb40a0b552fcc40b084e2f5422f52bf6a (patch)
tree765629857196057f57850ad47c5e815ba625d331
parenta1ff61a1f4424e20a32f41e2bea857496eb7135a (diff)
parent18e26aa2d1c80371e0b1a8c5117236e6898a9763 (diff)
downloadsdl_android-209c17ebb40a0b552fcc40b084e2f5422f52bf6a.tar.gz
Merge pull request #1050 from smartdevicelink/addjavalinks
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc14ef3ff..52069e7f3 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!