summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-24 13:50:12 -0400
committerGitHub <noreply@github.com>2020-07-24 13:50:12 -0400
commitf1b2ab67b6d27f423e176392f47214633ac27048 (patch)
treece2d967478129ed2766ec3a53a7626a7ac17a4be
parente9f6afc5fd89424fa6c9643af6418fdef0dbe606 (diff)
downloadsdl_ios-f1b2ab67b6d27f423e176392f47214633ac27048.tar.gz
Move roadmap information
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index d091dacab..381fc932c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
## SDL iOS App Library
The mobile library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps. The library allows the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two devices are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.
-You can find guides and documentation on how to use this library [at the SmartDeviceLink website](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/).
+You can find guides and documentation on how to use this library [at the SmartDeviceLink website](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/). You can find the upcoming releases roadmap at the [SDL Evolution Github](https://github.com/smartdevicelink/sdl_evolution#recent-and-upcoming-releases).
### Installing
To install this library as a framework in your app, see the [Installation Guide](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/).
@@ -39,9 +39,6 @@ You can check the current architectures like so:
lipo -info SmartDeviceLink.framework/SmartDeviceLink
```
-### Roadmap
-The roadmap is now available at the [SDL Evolution Github](https://github.com/smartdevicelink/sdl_evolution#recent-and-upcoming-releases).
-
### Getting Help
If you have questions, first view our guides on [SmartDeviceLink.com](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/).