Repository: usergrid
Updated Branches:
  refs/heads/master 21ba17e45 -> 37d78ab9a


USERGRID-1237 - Update links in iOS SDK README


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/dfac0ca5
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/dfac0ca5
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/dfac0ca5

Branch: refs/heads/master
Commit: dfac0ca5c9dbd2535111560f2f10ec763393f301
Parents: c4813b5
Author: Lewis John McGibbney <lewis.j.mcgibb...@jpl.nasa.gov>
Authored: Thu Jan 21 19:09:15 2016 -0800
Committer: Lewis John McGibbney <lewis.j.mcgibb...@jpl.nasa.gov>
Committed: Thu Jan 21 19:09:15 2016 -0800

----------------------------------------------------------------------
 sdks/ios/README.md | 53 ++++++++++++-------------------------------------
 1 file changed, 13 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/dfac0ca5/sdks/ios/README.md
----------------------------------------------------------------------
diff --git a/sdks/ios/README.md b/sdks/ios/README.md
index b0ba069..7dd9fa3 100644
--- a/sdks/ios/README.md
+++ b/sdks/ios/README.md
@@ -6,34 +6,26 @@ Current Version: **0.9.2**
 
 Change log:
 
-<https://github.com/apigee/usergrid-javascript-sdk/blob/master/changelog.md>
+<https://github.com/apache/usergrid/blob/master/sdks/ios/changelog.md>
 
 ##Overview
 This open source SDK simplifies writing iOS applications that connect to App 
Services (Usergrid). The repo is located here:
 
-<https://github.com/apigee/usergrid-ios-sdk>
+<https://github.com/apache/usergrid/tree/master/sdks/ios>
 
-You can download the SDK here:
+You can download the SDK as part of the Usergrid stack here:
 
-* Download as a zip file: 
<https://github.com/apigee/usergrid-ios-sdk/archive/master.zip>
-* Download as a tar.gz file: 
<https://github.com/apigee/usergrid-ios-sdk/archive/master.tar.gz>
+* Download as a tar.gz file: <http://usergrid.apache.org/releases/>
 
+To find out more about how to use the iOS SDK within Usergrid, see:
 
-To find out more about App Services, which is Apigee's hosted Usergrid 
solution, see:
-
-<http://apigee.com/about/developers>
-
-To view the Apigee App Services documentation, see:
-
-<http://apigee.com/docs/app_services>
-
+<http://usergrid.apache.org/docs/sdks/ios-new.html>
 
 ##Installing
 Once you have downloaded the SDK, add the UGAPI folder to your project by 
dragging and dropping it into your project. 
 
 **Note:** Make sure you check the "Copy items into destination group's 
folder", and also make sure the appropriate boxes are checked next to "Add to 
targets".
 
-
 ##Getting started
 If you haven't done so, make sure you know your organization name and your 
application name. Your organization name will be the same as the username you 
signed up with.  
 
@@ -60,9 +52,8 @@ Or, to create a user:
        //user created!
     } 
 
-
 ##Sample Code
-If you are ready to look at a fully functional app that uses this SDK, check 
out our Messagee application.  It is a twitter-type app that exercises many 
parts of the API including: Login / Authentication, GET and POST operations, 
activities (tweets), and social features such as following relationships. 
+If you are ready to look at a fully functional app that uses this SDK, check 
out the example Apigee Messagee application. It is a twitter-type app that 
exercises many parts of the API including: Login / Authentication, GET and POST 
operations, activities (tweets), and social features such as following 
relationships. 
 
 The Messagee Xcode project is located here:
 
@@ -79,29 +70,11 @@ To run the unit tests written for the SDK use the command 
`nuke test` this will
 ## Contributing
 We welcome your enhancements!
 
-Like [Usergrid](https://github.com/apigee/usergrid-node-module), the Usergrid 
Objective-C SDK is open source and licensed under the Apache License, Version 
2.0.
+Like [Usergrid](https://github.com/apache/usergrid/), the Usergrid iOS SDK is 
open source and licensed under the Apache License, Version 2.0.
 
 1. Fork it
-2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Added some feature'`)
-4. Push your changes to the upstream branch (`git push origin my-new-feature`)
-5. Create new Pull Request (make sure you describe what you did and why your 
mod is needed)
-
-##More information
-For more information on Apigee App Services, visit 
<http://apigee.com/about/developers>.
-
-
-## Copyright
-Copyright 2013 Apigee Corporation
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-<http://www.apache.org/licenses/LICENSE-2.0>
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+2. Create an issue in [JIRA](https://issues.apache.org/jira/browse/USERGRID/)
+3. Create your feature branch (`git checkout -b USERGRID-${JIRA_NUMBER}`)
+4. Commit your changes (`git commit -am '${JIRA_NUMBER} ${JIRA_TITLE}'`)
+5. Push your changes to the upstream branch (`git push origin my-new-feature`)
+6. Create new Pull Request (make sure you describe what you did and why your 
mod is needed)

Reply via email to