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 2013/12/04 00:25:27 UTC

ios commit: CB-5503 - iOS guides broken web locations

Updated Branches:
  refs/heads/master a99167bf5 -> 8d1497024


CB-5503 - iOS guides broken web locations


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

Branch: refs/heads/master
Commit: 8d14970247ec451a6ea38fd4d98f9281c596483c
Parents: a99167b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Dec 3 15:25:19 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Dec 3 15:25:19 2013 -0800

----------------------------------------------------------------------
 guides/Cordova Plugin Upgrade Guide.md | 5 +++++
 guides/Cordova Settings File.webloc    | 2 +-
 guides/Create a New Project.webloc     | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8d149702/guides/Cordova Plugin Upgrade Guide.md
----------------------------------------------------------------------
diff --git a/guides/Cordova Plugin Upgrade Guide.md b/guides/Cordova Plugin Upgrade Guide.md
index 8fc3776..ba6bb7f 100644
--- a/guides/Cordova Plugin Upgrade Guide.md	
+++ b/guides/Cordova Plugin Upgrade Guide.md	
@@ -22,6 +22,11 @@
 
 This document is for developers who need to upgrade their Cordova  plugins to a newer Cordova version. Starting with Cordova 1.5.0, some classes have been renamed, which will require the plugin to be upgraded. Make sure your project itself has been upgraded using the [Cordova iOS Upgrading Guide](http://cordova.apache.org/docs/en/edge/guide_upgrading_ios_index.md.html#Upgrading%20Cordova%20iOS) document.
 
+
+## Upgrading older Cordova plugins to 2.9.x, 3.x ##
+
+There have been no plugin changes since 2.8.0
+
 ## Upgrading older Cordova plugins to 2.8.0 ##
 
 1. **Install** Cordova 2.8.0

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8d149702/guides/Cordova Settings File.webloc
----------------------------------------------------------------------
diff --git a/guides/Cordova Settings File.webloc b/guides/Cordova Settings File.webloc
index f077ea8..b2dbb13 100644
--- a/guides/Cordova Settings File.webloc	
+++ b/guides/Cordova Settings File.webloc	
@@ -3,6 +3,6 @@
 <plist version="1.0">
 <dict>
 	<key>URL</key>
-	<string>http://docs.cordova.io/en/edge/guide_project-settings_ios_index.md.html#Project%20Settings%20for%20iOS</string>
+	<string>http://cordova.apache.org/docs/en/edge/guide_platforms_ios_config.md.html#iOS%20Configuration</string>
 </dict>
 </plist>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8d149702/guides/Create a New Project.webloc
----------------------------------------------------------------------
diff --git a/guides/Create a New Project.webloc b/guides/Create a New Project.webloc
index b872d44..997c44d 100644
--- a/guides/Create a New Project.webloc	
+++ b/guides/Create a New Project.webloc	
@@ -3,6 +3,6 @@
 <plist version="1.0">
 <dict>
 	<key>URL</key>
-	<string>http://docs.cordova.io/en/edge/guide_command-line_index.md.html#Command-Line%20Usage</string>
+	<string>http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-Line%20Interface</string>
 </dict>
 </plist>