You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/01/27 03:57:48 UTC

docs commit: CB-10445: Documentation includes broken github links

Repository: cordova-docs
Updated Branches:
  refs/heads/master 9890b30bb -> 3c19086b1


CB-10445: Documentation includes broken github links


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3c19086b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3c19086b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3c19086b

Branch: refs/heads/master
Commit: 3c19086b10ba5ac6e736b0cf69b41c95e85ad3f9
Parents: 9890b30
Author: Sarangan Rajamanickam <sa...@microsoft.com>
Authored: Tue Jan 26 16:26:16 2016 -0800
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Jan 26 18:57:19 2016 -0800

----------------------------------------------------------------------
 www/docs/en/dev/guide/platforms/ios/plugin.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3c19086b/www/docs/en/dev/guide/platforms/ios/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/platforms/ios/plugin.md b/www/docs/en/dev/guide/platforms/ios/plugin.md
index 63d3900..bb318f5 100644
--- a/www/docs/en/dev/guide/platforms/ios/plugin.md
+++ b/www/docs/en/dev/guide/platforms/ios/plugin.md
@@ -106,10 +106,8 @@ class's `action` method. A plugin method has this signature:
         }
 
 For more details, see
- `[CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)`,
- `[CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)`,
-and
- `[CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)`.
+ [CDVInvokedUrlCommand.h][CDVInvokedUrlCommand.h], [CDVPluginResult.h][CDVPluginResult.h],
+and [CDVCommandDelegate.h][CDVCommandDelegate.h].
 
 ## iOS CDVPluginResult Message Types
 
@@ -207,10 +205,8 @@ success callback is called, it passes in the `echo` parameter.
 The `CDVPlugin` class features other methods that your plugin can
 override.  For example, you can capture the `[pause](../../../cordova/events/events.pause.html)`, `[resume](../../../cordova/events/events.resume.html)`, app
 terminate and `handleOpenURL` events. See the
-[CDVPlugin.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-and
-[CDVPlugin.m](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
-class for guidance.
+[CDVPlugin.h][CDVPlugin.h] and [CDVPlugin.m][CDVPlugin.m]
+classes for guidance.
 
 ## Threading
 
@@ -247,3 +243,9 @@ can attach Safari 8.0 to the app running within the iOS 8 Simulator.
 - Don't forget to add any hosts you connect to in the whitelist, as
   described in Domain [Whitelist Guide](../../appdev/whitelist/index.html). If you forget, an error is
   logged in the Xcode console.
+
+[CDVInvokedUrlCommand.h]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVInvokedUrlCommand.h
+[CDVPluginResult.h]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVPluginResult.h
+[CDVCommandDelegate.h]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVCommandDelegate.h
+[CDVPlugin.h]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVPlugin.h
+[CDVPlugin.m]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVPlugin.m
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org