doc/client-objc.txt in rhoconnect-3.4.5 vs doc/client-objc.txt in rhoconnect-4.0.0.beta.10
- old
+ new
@@ -5,11 +5,11 @@
Source Code
-----------
The source code for the RhoConnect client store example is located here.
- * [rhoconnect-client\Samples\ObjectiveC\store](http://github.com/rhomobile/rhodes/tree/master/rhoconnect-client/Samples/ObjectiveC/store/)
+ * [rhoconnect-client\Samples\ObjectiveC\store](http://github.com/rhomobile/rhoconnect-client/tree/master/rhoconnect-client/Samples/ObjectiveC/store/)
Pre-requisite Reading
---------------------
* [iOS development](http://developer.apple.com/devcenter/ios/index.action)
@@ -29,10 +29,10 @@
<tr><td>DB partitioning</td><td>yes</td><td>not yet</td></tr>
</table>
## Setup
-The RhoConnect Client is part of the Rhodes repository; it contains files that you will need to add to your Xcode project. You can get the client [on github](https://github.com/rhomobile/rhodes/downloads). (Select the latest 'rhoconnect-client' package).
+The RhoConnect Client is part of the Rhoconnect-client repository; it contains files that you will need to add to your Xcode project. You can get the client [on github](https://github.com/rhomobile/rhodes/downloads). (Select the latest 'rhoconnect-client' package).
Create a new Xcode project or open an existing one in Xcode.
### Adding RhoConnectClient to your Xcode Project