You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/06/29 19:31:08 UTC

ios commit: Removed local reference to Upgrade Guide (points to online version now)

Updated Branches:
  refs/heads/master 0c2187b70 -> 8afd19c3a


Removed local reference to Upgrade Guide (points to online version now)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/8afd19c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/8afd19c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/8afd19c3

Branch: refs/heads/master
Commit: 8afd19c3a30647c067dc757fe6e2393ce0bb647b
Parents: 0c2187b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Jun 29 10:21:40 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Jun 29 10:21:40 2012 -0700

----------------------------------------------------------------------
 CordovaInstaller/docs/finishup.md     |    2 +-
 CordovaInstaller/docs/releasenotes.md |    3 ++-
 README.md                             |    4 +++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/8afd19c3/CordovaInstaller/docs/finishup.md
----------------------------------------------------------------------
diff --git a/CordovaInstaller/docs/finishup.md b/CordovaInstaller/docs/finishup.md
index a88b204..c0ab040 100644
--- a/CordovaInstaller/docs/finishup.md
+++ b/CordovaInstaller/docs/finishup.md
@@ -32,7 +32,7 @@
 
 ## Upgraders
 	
-1. Please see the "Cordova Upgrade Guide" included in the .dmg distribution, in the "Guides" sub-folder
+1. Please see the [**"Upgrading Cordova iOS"**](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html) document on [http://docs.phonegap.com](http://docs.phonegap.com)
 2. See the FAQ in the README.pdf as well
 
 <br />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/8afd19c3/CordovaInstaller/docs/releasenotes.md
----------------------------------------------------------------------
diff --git a/CordovaInstaller/docs/releasenotes.md b/CordovaInstaller/docs/releasenotes.md
index 503cf10..6d92a07 100644
--- a/CordovaInstaller/docs/releasenotes.md
+++ b/CordovaInstaller/docs/releasenotes.md
@@ -50,7 +50,8 @@ Cordova is a static library and static framework that enables developers to incl
 * Updated CB-957 - Include Xcode 4 requirement
 * Fixes CB-914 - Deactivate CDVLocalStorage (Backup/Restore, safari web preferences update)
 * [CB-765] Header Support iOS FileTransfer upload
-
+* Removed Upgrade Guide and Cleaver Guide from repo - they are all in http://docs.phonegap.com now
+ 
 <br />
 
 ### 1.8.1 (20120612) ###

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/8afd19c3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 44e1759..cff92b9 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,8 @@ Unit Tests
 3. **Modify cordova.js** to point to your correct cordova-X.X.X.js version
 4. **Run** the project
 
+<br />
+
 Installer Notes
 -------------------------------------------------------------
 This installer will only install items under your home folder (signified by ~)
@@ -142,7 +144,7 @@ This includes external http/https/ftp/ftps links in:
 
 **5. How do I effectively upgrade my project?**
 
-Starting with Cordova 1.4, follow the instructions in the **"Cordova Upgrade Guide"** document that is included with the distribution.
+Starting with Cordova 1.4, follow the instructions in the [**"Upgrading Cordova iOS"** document](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html).
 
 <br />